EpidemicSound LastFM Scrobbler 作者: Nayturr
This Firefox extension scrobbles titles from Epedemic Sounds to Last.FM
擴充套件後設資料
關於此擴充套件
- Manifest File (manifest.json):
Defines the extension's metadata, permissions, and required scripts.
Loads content.js on Epidemic Sound pages.
Runs background.js to handle authentication and API communication. - Track Detection (content.js):
Runs in the Epidemic Sound tab.
Extracts the song title and artist from the page every 5 seconds.
Sends this information to background.js. - Authentication (background.js):
Checks if a Last.FM session key is stored locally.
If missing, redirects the user to Last.FM for authentication.
Retrieves and saves the session key for future use. - Scrobbling (background.js):
Receives track data from content.js.
Sends it to Last.FM's API using the stored session key.
Logs successful scrobbles or errors.
由 1 位評論者給出 0 分
權限與資料
更多資訊