Barcelona City FM 107.3
Listen to Barcelona City FM 107.3 from your browser as you go about your day.
Barcelona City FM 107.3とは何ですか?
Barcelona City FM 107.3はChristopher Drifterによって開発されたChromeの拡張機能で、その主な機能は「Listen to Barcelona City FM 107.3 from your browser as you go about your day.」です。
拡張機能のスクリーンショット
Barcelona City FM 107.3拡張機能のCRXファイルをダウンロード
Barcelona City FM 107.3拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Live from the Barcelona airwaves directly to your browser -- listen to Barcelona City FM 107.3, an exquisite English-language radio station, as you go about your day. This extension automatically mutes the radio when other tabs are noisy, making for a seamless experience when listening while browsing the internet. For programming information, visit http://www.barcelonacityfm.com/
拡張機能の基本情報
名前 | Barcelona City FM 107.3 |
ID | kakfceeghagkhbjccpcaeikaiflhlgpc |
公式URL | https://chromewebstore.google.com/detail/barcelona-city-fm-1073/kakfceeghagkhbjccpcaeikaiflhlgpc |
説明 | Listen to Barcelona City FM 107.3 from your browser as you go about your day. |
ファイルサイズ | 5.22 MB |
インストール数 | 20 |
現在のバージョン | basic |
最終更新日 | 2016-10-28 |
公開日 | 2016-10-28 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Christopher Drifter |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Barcelona City FM 107.3", "short_name": "BCN CITY FM 107.3", "version": "1.0.1", "version_name": "basic", "description": "Listen to Barcelona City FM 107.3 from your browser as you go about your day.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Barcelona City FM 107.3", "default_popup": "popup.html" }, "author": "Christopher Drifter (http:\/\/www.christopherdrifter.com)", "background": { "scripts": [ "background.js" ] }, "homepage_url": "http:\/\/www.barcelonacityfm.com", "incognito": "spanning", "permissions": [ "storage" ], "web_accessible_resources": [] } |