Jewish Radio Network

The best Jewish content, the best selection, and the best quality on the internet, now in your browser!

O que é Jewish Radio Network?

Jewish Radio Network é uma extensão do Chrome desenvolvida por https://jewishradionetwork.com, e sua principal característica é "The best Jewish content, the best selection, and the best quality on the internet, now in your browser!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Jewish Radio Network

Baixe arquivos de extensão Jewish Radio Network 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

                        The best Jewish content, the best selection, and the best quality on the internet, has now come to your browser!

The first and only Jewish Radio Network with a Chrome Extension!

Why leave a webpage open all the time to play your favorite music?
Now you can install the Jewish Radio Network Extension, to allow you to listen to music anytime your browser is open, without interfering with whatever else you're doing.

Just install the extension, and the music will play.
It's that simple.

The Jewish Radio Network Extension doesn't require any other plugins to work, and works on any operating system (including Google's Chrome OS) - install and run, and enjoy the music - that's it!

We recently released a totally re-written Extension, which is a lot faster to open and a lot more reliable, and we have many updates to come - stay tuned!

We're still figuring out how we want the new version to work, and how we can improve it, so we'll be pushing out updates often, as we add new features or optimize the Extension.

Any questions, suggestions, or feedback can be sent to [email protected].                    

Informações Básicas da Extensão

Nome Jewish Radio Network Jewish Radio Network
ID gpplmcnkdhjknnhigfppgiokbapamelj
URL Oficial https://chromewebstore.google.com/detail/jewish-radio-network/gpplmcnkdhjknnhigfppgiokbapamelj
Descrição The best Jewish content, the best selection, and the best quality on the internet, now in your browser!
Tamanho do Arquivo 515 KB
Contagem de Instalações 363
Versão Atual 1.3.5
Última Atualização 2022-05-13
Data de Publicação 2018-09-28
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://jewishradionetwork.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://jewishradionetwork.com
URL da Página de Ajuda https://jewishradionetwork.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jewish Radio Network",
    "short_name": "JRN",
    "version": "1.3.5",
    "homepage_url": "https:\/\/JewishRadioNetwork.com",
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "description": "The best Jewish content, the best selection, and the best quality on the internet, now in your browser!",
    "icons": {
        "16": "img\/icons\/icon16.png",
        "32": "img\/icons\/icon32.png",
        "48": "img\/icons\/icon48.png",
        "64": "img\/icons\/icon64.png",
        "96": "img\/icons\/icon96.png",
        "128": "img\/icons\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icons\/icon48.png",
        "default_title": "Jewish Radio Network",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "*:\/\/*.jewishradionetwork.com\/*",
        "*:\/\/www.gstatic.com\/*",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.gstatic.com; object-src 'self'"
}