Cloud Khmer Radio

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

Hvad er Cloud Khmer Radio?

Cloud Khmer Radio er en Chrome-udvidelse udviklet af cheamseta, og dens hovedfunktion er "This is Cloud Khmer Radio Chrome Extension. Cloud Khmer Radio is the best online Khmer Radio".

Udvidelsesskærmbilleder

screenshot

Download Cloud Khmer Radio-udvidelses-CRX-fil

Download Cloud Khmer Radio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Cloud Khmer Radio Cloud Khmer Radio
ID ibhddejlggfooakgemkmhpijmeinocfi
Officiel URL https://chrome.google.com/webstore/detail/cloud-khmer-radio/ibhddejlggfooakgemkmhpijmeinocfi
Beskrivelse This is Cloud Khmer Radio Chrome Extension. Cloud Khmer Radio is the best online Khmer Radio
Filstørrelse 336 KB
Antal Installationer 85
Nuværende Version 1.2
Senest Opdateret 2013-07-08
Udgivelsesdato 2013-07-08
Bedømmelse 4.13/5 Samlet 8 Bedømmelser
Udvikler cheamseta
Betalingsmetode free
Understøttede Sprog 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"
    }
}