southradios
Live radio from southradios.com
southradios là gì?
southradios là một tiện ích mở rộng Chrome được phát triển bởi http://southradios.com, và tính năng chính của nó là "Live radio from southradios.com".
Ả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 southradios
Tải xuống các tệp mở rộng southradios 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
Now listen to the Exclusive radio's of A R Rahman, Ilayaraja, SPB, K. J. Yesudas, Yuvan Shankar Raja and additionally featured Puthu Paadal radio, Tamil Lite radio and Tamil Beat radio.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dfhimmcaihaiallkaenkdceipolmgbdk |
URL Chính Thức | https://chrome.google.com/webstore/detail/southradios/dfhimmcaihaiallkaenkdceipolmgbdk |
Mô tả | Live radio from southradios.com |
Kích Thước Tệp | 72.96 KB |
Số Lần Cài Đặt | 222 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2016-04-04 |
Ngày Phát Hành | 2016-04-04 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | http://southradios.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://southradios.com/ |
URL Trang Trợ Giúp | http://southradios.com/help/index.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "southradios", "version": "0.0.5", "permissions": [ "webRequest", "webRequestBlocking", "tabs", "http:\/\/listen.radionomy.com\/*" ], "description": "Live radio from southradios.com", "icons": { "48": "images\/sr_icon.png", "128": "images\/sr_icon.png" }, "minimum_chrome_version": "5.0.375.125", "browser_action": { "default_title": "southradios" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |