Radio Nula

Listen to www.radionula.com and find songs currently playing on YouTube in one click

Radio Nulaとは何ですか?

Radio Nulaはbojan88によって開発されたChromeの拡張機能で、その主な機能は「Listen to www.radionula.com and find songs currently playing on YouTube in one click」です。

拡張機能のスクリーンショット

screenshot

Radio Nula拡張機能のCRXファイルをダウンロード

Radio Nula拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        It's an open source project. Fork it on https://github.com/bojan88/Radio-Nula and start contributing.                    

拡張機能の基本情報

名前 Radio Nula Radio Nula
ID emommchpknoembnjdmggnglepiincnfi
公式URL https://chromewebstore.google.com/detail/radio-nula/emommchpknoembnjdmggnglepiincnfi
説明 Listen to www.radionula.com and find songs currently playing on YouTube in one click
ファイルサイズ 240 KB
インストール数 51
現在のバージョン 0.2.3
最終更新日 2018-12-12
公開日 2018-12-12
評価 5.00/5 合計 4 レビュー
開発者 bojan88
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Radio Nula",
    "version": "0.2.3",
    "manifest_version": 2,
    "description": "Listen to www.radionula.com and find songs currently playing on YouTube in one click",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "19": "images\/nula_ico16.png",
            "38": "images\/nula_ico38.png"
        },
        "default_title": "Radio Nula"
    },
    "permissions": [
        "identity",
        "*:\/\/www.youtube.com\/*",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/www.radionula.com\/"
    ],
    "oauth2": {
        "client_id": "897029467528-60e73h5g73dee5v4ekr6k1h1qu9js71q.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/youtube"
        ]
    },
    "background": {
        "scripts": [
            "background\/audio.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.radionula.com\/*"
            ],
            "js": [
                "background\/injected.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/nula_ico16.png",
        "48": "images\/nula_ico48.png",
        "128": "images\/nula_ico128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.youtube.com https:\/\/s.ytimg.com https:\/\/ssl.google-analytics.com; object-src 'self'"
}