Cloud Khmer Radio

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

什麼是Cloud Khmer Radio?

Cloud Khmer Radio是由cheamseta開發的Chrome擴展程式,該擴展的主要功能是“This is Cloud Khmer Radio Chrome Extension. Cloud Khmer Radio is the best online Khmer Radio”。

擴展截圖

screenshot

下載Cloud Khmer Radio擴展crx文件

下載Cloud Khmer Radio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 Cloud Khmer Radio Cloud Khmer Radio
ID ibhddejlggfooakgemkmhpijmeinocfi
官方網址 https://chrome.google.com/webstore/detail/cloud-khmer-radio/ibhddejlggfooakgemkmhpijmeinocfi
簡介 This is Cloud Khmer Radio Chrome Extension. Cloud Khmer Radio is the best online Khmer Radio
檔案大小 336 KB
安裝次數 85
目前版本 1.2
更新時間 2013-07-08
上架時間 2013-07-08
評分 4.13/5 共 8 次評分
開發者 cheamseta
付費類型 free
支援的語言 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"
    }
}