Radio Nula

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

Radio Nulaคืออะไร?

Radio Nula เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bojan88 และคุณลักษณะหลักของมันคือ "Listen to www.radionula.com and find songs currently playing on YouTube in one click"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Radio Nula

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}