Radon
Track and share your listening and watching activity with Last.fm, Libre.fm, ListenBrainz and Trakt.tv
Radon क्या है?
Radon Dean Gardiner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track and share your listening and watching activity with Last.fm, Libre.fm, ListenBrainz and Trakt.tv"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Radon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Scrobble your listening and watching activity to share your tastes, explore statistics, and keep track of your favorite shows. Destinations - Last.fm - Libre.fm - ListenBrainz - Trakt.tv Sources - Amazon Video - Google Play Music - Netflix - Spotify - YouTube Music More destinations and sources are planned. Suggestions are welcome on the issue tracker at https://github.com/NeApp/neon-extension/issues
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bmhcjgenhkdgfahhhnhmefdofjhakphj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/radon/bmhcjgenhkdgfahhhnhmefdofjhakphj |
विवरण | Track and share your listening and watching activity with Last.fm, Libre.fm, ListenBrainz and Trakt.tv |
फ़ाइल का आकार | 608 KB |
स्थापना संख्या | 64 |
वर्तमान संस्करण | 2.3.1 |
अंतिम अपडेट | 2020-03-19 |
प्रकाशन तिथि | 2020-03-19 |
रेटिंग | 3.75/5 कुल 4 रेटिंग्स |
डेवलपर | Dean Gardiner |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/NeApp |
सहायता पृष्ठ URL | https://github.com/NeApp/neon-extension/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Radon", "version": "2.3.1.250", "version_name": "2.3.1", "description": "Track and share your listening and watching activity with Last.fm, Libre.fm, ListenBrainz and Trakt.tv", "icons": { "16": "Resources\/Icons\/application\/16.png", "24": "Resources\/Icons\/application\/24.png", "32": "Resources\/Icons\/application\/32.png", "48": "Resources\/Icons\/application\/48.png", "64": "Resources\/Icons\/application\/64.png", "96": "Resources\/Icons\/application\/96.png", "128": "Resources\/Icons\/application\/128.png" }, "permissions": [ "declarativeContent", "storage", "tabs", "unlimitedStorage" ], "optional_permissions": [ "*:\/\/amazon.com\/*", "*:\/\/api.listenbrainz.org\/*", "*:\/\/api.trakt.tv\/*", "*:\/\/atv-ps.amazon.com\/*", "*:\/\/libre.fm\/*", "*:\/\/music.youtube.com\/*", "*:\/\/netflix.com\/*", "*:\/\/open.spotify.com\/*", "*:\/\/play.google.com\/music\/*", "*:\/\/ws.audioscrobbler.com\/2.0\/*", "*:\/\/www.amazon.com\/*", "*:\/\/www.netflix.com\/*" ], "background": { "scripts": [ "Common.js", "Background\/Common.js", "Background\/Messaging.js", "Background\/Services\/Callback.js", "Background\/Services\/ContentScript.js", "Background\/Services\/Library.js", "Background\/Services\/Scrobble.js", "Background\/Services\/App.js", "Background\/Services\/Migrate.js" ] }, "content_scripts": [], "options_ui": { "page": "Application.html#\/configuration", "open_in_tab": true }, "web_accessible_resources": [ "Application.html", "Plugins\/amazonvideo\/Shim.js", "Plugins\/googlemusic\/Shim.js", "Plugins\/lastfm\/Callback.html", "Plugins\/librefm\/Callback.html", "Plugins\/netflix\/Shim.js", "Plugins\/spotify\/Shim.js", "Plugins\/trakt\/Callback.html", "Plugins\/youtubemusic\/Shim.js" ] } |