UpstateSCRadio

Plays different radio stations from Upstate South Carolina

Vad är UpstateSCRadio?

UpstateSCRadio är en Chrome-tillägg utvecklad av cwgtechnology, och dess huvudfunktion är "Plays different radio stations from Upstate South Carolina".

Tilläggsskärmbilder

screenshot

Ladda ner UpstateSCRadio-förlängningens CRX-fil

Ladda ner UpstateSCRadio-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

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

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

Grundläggande Information om Tillägg

Namn UpstateSCRadio UpstateSCRadio
ID aciobokhhagghgojcmimejpnlleohhdn
Officiell webbadress https://chromewebstore.google.com/detail/upstatescradio/aciobokhhagghgojcmimejpnlleohhdn
Beskrivning Plays different radio stations from Upstate South Carolina
Filstorlek 66.27 KB
Antal Installationer 10
Aktuell Version 1.5
Senast Uppdaterad 2018-05-15
Publiceringsdatum 2018-05-14
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare cwgtechnology
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}