Cloud Khmer Radio
This is Cloud Khmer Radio Chrome Extension. Cloud Khmer Radio is the best online Khmer Radio
Cloud Khmer Radio là gì?
Cloud Khmer Radio là một tiện ích mở rộng Chrome được phát triển bởi cheamseta, và tính năng chính của nó là "This is Cloud Khmer Radio Chrome Extension. Cloud Khmer Radio is the best online Khmer Radio".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cloud Khmer Radio
Tải xuống các tệp mở rộng Cloud Khmer Radio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ibhddejlggfooakgemkmhpijmeinocfi |
URL Chính Thức | https://chrome.google.com/webstore/detail/cloud-khmer-radio/ibhddejlggfooakgemkmhpijmeinocfi |
Mô tả | This is Cloud Khmer Radio Chrome Extension. Cloud Khmer Radio is the best online Khmer Radio |
Kích Thước Tệp | 336 KB |
Số Lần Cài Đặt | 85 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2013-07-08 |
Ngày Phát Hành | 2013-07-08 |
Đánh Giá | 4.13/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | cheamseta |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |