Radon

Track and share your listening and watching activity with Last.fm, Libre.fm, ListenBrainz and Trakt.tv

¿Qué es Radon?

Radon es una extensión de Chrome desarrollada por Dean Gardiner, y su función principal es "Track and share your listening and watching activity with Last.fm, Libre.fm, ListenBrainz and Trakt.tv".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Radon

Descarga archivos de extensión Radon en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Radon Radon
ID bmhcjgenhkdgfahhhnhmefdofjhakphj
URL Oficial https://chrome.google.com/webstore/detail/radon/bmhcjgenhkdgfahhhnhmefdofjhakphj
Descripción Track and share your listening and watching activity with Last.fm, Libre.fm, ListenBrainz and Trakt.tv
Tamaño del Archivo 608 KB
Cantidad de Instalaciones 64
Versión Actual 2.3.1
Última Actualización 2020-03-19
Fecha de Publicación 2020-03-19
Calificación 3.75/5 Total de 4 Calificaciones
Desarrollador Dean Gardiner
Tipo de Pago free
Sitio Web de la Extensión https://github.com/NeApp
URL de la Página de Ayuda https://github.com/NeApp/neon-extension/issues
Idiomas Soportados 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"
    ]
}