Online Radio from All Over The World

Listen to music from all over the world

O que é Online Radio from All Over The World?

Online Radio from All Over The World é uma extensão do Chrome desenvolvida por http://radiozz.org, e sua principal característica é "Listen to music from all over the world".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Online Radio from All Over The World

Baixe arquivos de extensão Online Radio from All Over The World 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

                        Слушайте радиостанции со всего мира.
Популярная музыка, новости и спортивные события.
Удобный поиск радиостанции по жанру, стране, языку и названию.
Наслаждайтесь любимой музыкой и интересными передачами.                    

Informações Básicas da Extensão

Nome Online Radio from All Over The World Online Radio from All Over The World
ID pfdndnhkbeieiddbcjlofigbhjbnimaa
URL Oficial https://chrome.google.com/webstore/detail/online-radio-from-all-ove/pfdndnhkbeieiddbcjlofigbhjbnimaa
Descrição Listen to music from all over the world
Tamanho do Arquivo 348 KB
Contagem de Instalações 46
Versão Atual 1.6
Última Atualização 2019-03-24
Data de Publicação 2019-03-24
Classificação 3.50/5 Total de 2 Avaliações
Desenvolvedor http://radiozz.org
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://radiozz.org/page/privacy.html
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "Radiozz.org",
    "version": "1.6",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "web_accessible_resources": [
        "images\/*",
        "icons\/*"
    ],
    "icons": {
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "browser_action": {
            "38": "icons\/38x38.png"
        },
        "default_title": "__MSG_browserAction__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery-1.12.4.min.js",
                "common.js",
                "content-script-1.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/radiozz.org\/*"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "notifications",
        "https:\/\/api.radiozz.org\/"
    ]
}