Online Radio from All Over The World

Listen to music from all over the world

Vad är Online Radio from All Over The World?

Online Radio from All Over The World är en Chrome-tillägg utvecklad av http://radiozz.org, och dess huvudfunktion är "Listen to music from all over the world".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Online Radio from All Over The World-förlängningens CRX-fil

Ladda ner Online Radio from All Over The World-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Online Radio from All Over The World Online Radio from All Over The World
ID pfdndnhkbeieiddbcjlofigbhjbnimaa
Officiell webbadress https://chrome.google.com/webstore/detail/online-radio-from-all-ove/pfdndnhkbeieiddbcjlofigbhjbnimaa
Beskrivning Listen to music from all over the world
Filstorlek 348 KB
Antal Installationer 46
Aktuell Version 1.6
Senast Uppdaterad 2019-03-24
Publiceringsdatum 2019-03-24
Betyg 3.50/5 Totalt 2 Betyg
Utvecklare http://radiozz.org
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://radiozz.org/page/privacy.html
Stödda Språk 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\/"
    ]
}