Radon

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

什麼是Radon?

Radon是由Dean Gardiner開發的Chrome擴展程式,該擴展的主要功能是“Track and share your listening and watching activity with Last.fm, Libre.fm, ListenBrainz and Trakt.tv”。

擴展截圖

screenshot
screenshot
screenshot

下載Radon擴展crx文件

下載Radon擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Radon Radon
ID bmhcjgenhkdgfahhhnhmefdofjhakphj
官方網址 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"
    ]
}