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
公式URL 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"
    }
}