UpstateSCRadio

Plays different radio stations from Upstate South Carolina

O que é UpstateSCRadio?

UpstateSCRadio é uma extensão do Chrome desenvolvida por cwgtechnology, e sua principal característica é "Plays different radio stations from Upstate South Carolina".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão UpstateSCRadio

Baixe arquivos de extensão UpstateSCRadio no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

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

Informações Básicas da Extensão

Nome UpstateSCRadio UpstateSCRadio
ID aciobokhhagghgojcmimejpnlleohhdn
URL Oficial https://chromewebstore.google.com/detail/upstatescradio/aciobokhhagghgojcmimejpnlleohhdn
Descrição Plays different radio stations from Upstate South Carolina
Tamanho do Arquivo 66.27 KB
Contagem de Instalações 10
Versão Atual 1.5
Última Atualização 2018-05-15
Data de Publicação 2018-05-14
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor cwgtechnology
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}