The Void Radio Badge

Badge displays number of listeners on air and currently streaming audio on mouse hover

什麼是The Void Radio Badge?

The Void Radio Badge是由Semyon V開發的Chrome擴展程式,該擴展的主要功能是“Badge displays number of listeners on air and currently streaming audio on mouse hover”。

擴展截圖

screenshot

下載The Void Radio Badge擴展crx文件

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

擴展使用說明

                        Isn't it nice to know who's mix is airing now on your favorite online radio? Or maybe someone's even having a live stream right now? With this humble looking but extremely useful badge be sure, you're going to stay up to date!                    

擴展基本資訊

名稱 The Void Radio Badge The Void Radio Badge
ID mbocnmbnhjhociemddjdgopcahadfkne
官方網址 https://chromewebstore.google.com/detail/the-void-radio-badge/mbocnmbnhjhociemddjdgopcahadfkne
簡介 Badge displays number of listeners on air and currently streaming audio on mouse hover
檔案大小 45.52 KB
安裝次數 28
目前版本 0.0.8
更新時間 2021-11-14
上架時間 2018-10-12
評分 5.00/5 共 4 次評分
開發者 Semyon V
電子郵箱 [email protected]
付費類型 free
擴展官網 http://thevoidrad.io
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": [],
    "description": "Badge displays number of listeners on air and currently streaming audio on mouse hover",
    "icons": {
        "128": "icon\/128.png",
        "16": "icon\/16.png",
        "48": "icon\/48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApWS1V2m54e273r8EZtDLfaduIIyYOd5CuaizkF+K9ZUjcJINGubLt8she7HpBTzG9egLads2WvK2DUZnj0pZv\/4dsCzzY86n3Di4lfX2kQSAPsV3xbT+fke3BIRftMET+Am4\/08asdwv5StP3hE7LMEREj9W7A3Ja7ZCK9gZQyyKAxodNRTJW1i7WMJjU8DlG4U03iCtJlI05fzk1sgJApzj5jLDKWtgUAGemQqz8oiS1TpRt8eOY+8ZZpCmW15kTPAShfnCxoyRJNRu9z0l018Zp+R7P7rCAbE5l42IzRqagc+OUgOLyj4dBjrrU21luOKeVH2obkYpazB3UqjvZQIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "name": "The Void Radio Badge",
    "permissions": [
        "https:\/\/thevoidrad.io\/"
    ],
    "version": "0.0.8"
}