UpstateSCRadio

Plays different radio stations from Upstate South Carolina

Hvad er UpstateSCRadio?

UpstateSCRadio er en Chrome-udvidelse udviklet af cwgtechnology, og dens hovedfunktion er "Plays different radio stations from Upstate South Carolina".

Udvidelsesskærmbilleder

screenshot

Download UpstateSCRadio-udvidelses-CRX-fil

Download UpstateSCRadio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Play all of your favorite radio stations from the Greenville, SC area! Now with 13 stations!

Extension icon credit: http://www.simpleicon.com                    

Grundlæggende oplysninger om udvidelsen

Navn UpstateSCRadio UpstateSCRadio
ID aciobokhhagghgojcmimejpnlleohhdn
Officiel URL https://chromewebstore.google.com/detail/upstatescradio/aciobokhhagghgojcmimejpnlleohhdn
Beskrivelse Plays different radio stations from Upstate South Carolina
Filstørrelse 66.27 KB
Antal Installationer 10
Nuværende Version 1.5
Senest Opdateret 2018-05-15
Udgivelsesdato 2018-05-14
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler cwgtechnology
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UpstateSCRadio",
    "description": "Plays different radio stations from Upstate South Carolina",
    "version": "1.5",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "offline_enabled": false
}