UpstateSCRadio

Plays different radio stations from Upstate South Carolina

Qu'est-ce que UpstateSCRadio ?

UpstateSCRadio est une extension Chrome développée par cwgtechnology, et sa fonction principale est "Plays different radio stations from Upstate South Carolina".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension UpstateSCRadio

Téléchargez les fichiers d'extension UpstateSCRadio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom UpstateSCRadio UpstateSCRadio
ID aciobokhhagghgojcmimejpnlleohhdn
URL Officiel https://chromewebstore.google.com/detail/upstatescradio/aciobokhhagghgojcmimejpnlleohhdn
Description Plays different radio stations from Upstate South Carolina
Taille du Fichier 66.27 KB
Nombre d'Installations 10
Version Actuelle 1.5
Dernière Mise à Jour 2018-05-15
Date de Publication 2018-05-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur cwgtechnology
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}