Barcelona City FM 107.3
Listen to Barcelona City FM 107.3 from your browser as you go about your day.
What is Barcelona City FM 107.3?
Barcelona City FM 107.3 is a Chrome extension developed by Christopher Drifter, and its main feature is "Listen to Barcelona City FM 107.3 from your browser as you go about your day.".
Extension Screenshots
Download Barcelona City FM 107.3 Extension CRX File
Download Barcelona City FM 107.3 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | Barcelona City FM 107.3 |
ID | kakfceeghagkhbjccpcaeikaiflhlgpc |
Official URL | https://chromewebstore.google.com/detail/barcelona-city-fm-1073/kakfceeghagkhbjccpcaeikaiflhlgpc |
Description | Listen to Barcelona City FM 107.3 from your browser as you go about your day. |
File Size | 5.22 MB |
Installation Count | 20 |
Current Version | basic |
Last Updated | 2016-10-28 |
Publish Date | 2016-10-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Christopher Drifter |
Payment Type | free |
Supported Languages | 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": [] } |