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 هو إضافة Chrome تم تطويرها بواسطة cheamseta، والميزة الرئيسية لها هي "This is Cloud Khmer Radio Chrome Extension. Cloud Khmer Radio is the best online Khmer Radio".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cloud Khmer Radio
قم بتنزيل ملفات الامتداد Cloud Khmer Radio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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]
معلومات أساسية عن التمديد
الاسم | |
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" } } |