Online Radio from All Over The World

Listen to music from all over the world

Qu'est-ce que Online Radio from All Over The World ?

Online Radio from All Over The World est une extension Chrome développée par http://radiozz.org, et sa fonction principale est "Listen to music from all over the world".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Online Radio from All Over The World

Téléchargez les fichiers d'extension Online Radio from All Over The World 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

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

Informations de Base sur l'Extension

Nom Online Radio from All Over The World Online Radio from All Over The World
ID pfdndnhkbeieiddbcjlofigbhjbnimaa
URL Officiel https://chrome.google.com/webstore/detail/online-radio-from-all-ove/pfdndnhkbeieiddbcjlofigbhjbnimaa
Description Listen to music from all over the world
Taille du Fichier 348 KB
Nombre d'Installations 46
Version Actuelle 1.6
Dernière Mise à Jour 2019-03-24
Date de Publication 2019-03-24
Évaluation 3.50/5 Total 2 Évaluations
Développeur http://radiozz.org
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://radiozz.org/page/privacy.html
Langues Prises en Charge 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\/"
    ]
}