Online Radio from All Over The World

Listen to music from all over the world

Was ist Online Radio from All Over The World?

Online Radio from All Over The World ist eine Chrome-Erweiterung, die von http://radiozz.org entwickelt wurde, und ihr Hauptmerkmal ist "Listen to music from all over the world".

Erweiterungsscreenshots

screenshot
screenshot

Online Radio from All Over The World-Erweiterungs-CRX-Datei herunterladen

Laden Sie Online Radio from All Over The World-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Online Radio from All Over The World Online Radio from All Over The World
ID pfdndnhkbeieiddbcjlofigbhjbnimaa
Offizielle URL https://chrome.google.com/webstore/detail/online-radio-from-all-ove/pfdndnhkbeieiddbcjlofigbhjbnimaa
Beschreibung Listen to music from all over the world
Dateigröße 348 KB
Installationsanzahl 46
Aktuelle Version 1.6
Letztes Update 2019-03-24
Veröffentlichungsdatum 2019-03-24
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler http://radiozz.org
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://radiozz.org/page/privacy.html
Unterstützte Sprachen 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\/"
    ]
}