The Void Radio Badge

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

Vad är The Void Radio Badge?

The Void Radio Badge är en Chrome-tillägg utvecklad av Semyon V, och dess huvudfunktion är "Badge displays number of listeners on air and currently streaming audio on mouse hover".

Tilläggsskärmbilder

screenshot

Ladda ner The Void Radio Badge-förlängningens CRX-fil

Ladda ner The Void Radio Badge-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn The Void Radio Badge The Void Radio Badge
ID mbocnmbnhjhociemddjdgopcahadfkne
Officiell webbadress https://chromewebstore.google.com/detail/the-void-radio-badge/mbocnmbnhjhociemddjdgopcahadfkne
Beskrivning Badge displays number of listeners on air and currently streaming audio on mouse hover
Filstorlek 45.52 KB
Antal Installationer 28
Aktuell Version 0.0.8
Senast Uppdaterad 2021-11-14
Publiceringsdatum 2018-10-12
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Semyon V
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://thevoidrad.io
Stödda Språk 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"
}