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 |
公式URL | 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" } |