FnF.FM Radio
Online Radio
FnF.FM Radio là gì?
FnF.FM Radio là một tiện ích mở rộng Chrome được phát triển bởi http://fnf.fm, và tính năng chính của nó là "Online 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 FnF.FM Radio
Tải xuống các tệp mở rộng FnF.FM 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
FnF.fm Online Radio. FnF.FM is an online radio. 24X7 full times popular music. You can listen us anytime from anywhere. We have audience from all around the world! Using this Extensions you can listen all times hit songs! Develop by Arifur Rahman t Studio [email protected] www.tstudio.org
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bimdjajjbgbpkmbacdafecjegipeokap |
URL Chính Thức | https://chrome.google.com/webstore/detail/fnffm-radio/bimdjajjbgbpkmbacdafecjegipeokap |
Mô tả | Online Radio |
Kích Thước Tệp | 123 KB |
Số Lần Cài Đặt | 792 |
Phiên Bản Hiện Tại | 0.1.8 |
Cập Nhật Lần Cuối | 2016-08-20 |
Ngày Phát Hành | 2016-08-20 |
Đánh Giá | 4.91/5 Tổng số 56 Đánh Giá |
Nhà Phát Triển | http://fnf.fm |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.tstudio.org/ |
URL Trang Trợ Giúp | http://www.fnf.fm/p/contact.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FnF.FM Radio", "version": "0.1.8", "manifest_version": 2, "description": "Online Radio", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "omnibox": { "keyword": "music" }, "browser_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_title": "That's the tool tip", "default_popup": "browseraction\/popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "devtools_page": "devtools\/devtools.html" } |