FnF.FM Radio
Online Radio
什麼是FnF.FM Radio?
FnF.FM Radio是由http://fnf.fm開發的Chrome擴展程式,該擴展的主要功能是“Online Radio”。
擴展截圖
下載FnF.FM Radio擴展crx文件
下載FnF.FM Radio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | bimdjajjbgbpkmbacdafecjegipeokap |
官方網址 | https://chrome.google.com/webstore/detail/fnffm-radio/bimdjajjbgbpkmbacdafecjegipeokap |
簡介 | Online Radio |
檔案大小 | 123 KB |
安裝次數 | 792 |
目前版本 | 0.1.8 |
更新時間 | 2016-08-20 |
上架時間 | 2016-08-20 |
評分 | 4.91/5 共 56 次評分 |
開發者 | http://fnf.fm |
付費類型 | free |
擴展官網 | http://www.tstudio.org/ |
說明頁面URL | http://www.fnf.fm/p/contact.html |
支援的語言 | 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" } |