Cloud Khmer Radio

This is Cloud Khmer Radio Chrome Extension. Cloud Khmer Radio is the best online Khmer Radio

Vad är Cloud Khmer Radio?

Cloud Khmer Radio är en Chrome-tillägg utvecklad av cheamseta, och dess huvudfunktion är "This is Cloud Khmer Radio Chrome Extension. Cloud Khmer Radio is the best online Khmer Radio".

Tilläggsskärmbilder

screenshot

Ladda ner Cloud Khmer Radio-förlängningens CRX-fil

Ladda ner Cloud Khmer Radio-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

                        Hi !!!! This is TheBadOne. I am a Cambodian developer. This is a chrome extension for playing foreign radio in Khmer language. Available only latest news!!!

Facebook Page: Facebook.com/cheamseta
Email: [email protected]                    

Grundläggande Information om Tillägg

Namn Cloud Khmer Radio Cloud Khmer Radio
ID ibhddejlggfooakgemkmhpijmeinocfi
Officiell webbadress https://chrome.google.com/webstore/detail/cloud-khmer-radio/ibhddejlggfooakgemkmhpijmeinocfi
Beskrivning This is Cloud Khmer Radio Chrome Extension. Cloud Khmer Radio is the best online Khmer Radio
Filstorlek 336 KB
Antal Installationer 85
Aktuell Version 1.2
Senast Uppdaterad 2013-07-08
Publiceringsdatum 2013-07-08
Betyg 4.13/5 Totalt 8 Betyg
Utvecklare cheamseta
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cloud Khmer Radio",
    "description": "This is Cloud Khmer Radio Chrome Extension. Cloud Khmer Radio is the best online Khmer Radio",
    "version": "1.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "3.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "3.js",
            "2.js"
        ]
    },
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/*\/*",
        "idle"
    ],
    "web_accessible_resources": [
        "48X48.png"
    ],
    "icons": {
        "16": "16X16.png",
        "48": "48X48.png",
        "128": "128X128.png"
    },
    "browser_action": {
        "default_icon": "16X16.png",
        "default_title": "Cloud Khmer Radio",
        "default_popup": "popup.html"
    }
}