Online Radio from All Over The World

Listen to music from all over the world

Wat is Online Radio from All Over The World?

Online Radio from All Over The World is een Chrome-extensie ontwikkeld door http://radiozz.org, en de belangrijkste functie is "Listen to music from all over the world".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Online Radio from All Over The World

Download Online Radio from All Over The World-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Online Radio from All Over The World Online Radio from All Over The World
ID pfdndnhkbeieiddbcjlofigbhjbnimaa
Officiële URL https://chrome.google.com/webstore/detail/online-radio-from-all-ove/pfdndnhkbeieiddbcjlofigbhjbnimaa
Beschrijving Listen to music from all over the world
Bestandsgrootte 348 KB
Aantal Installaties 46
Huidige Versie 1.6
Laatst Bijgewerkt 2019-03-24
Publicatiedatum 2019-03-24
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar http://radiozz.org
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://radiozz.org/page/privacy.html
Ondersteunde Talen 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\/"
    ]
}