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.”。

擴展截圖

screenshot

下載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 Barcelona City FM 107.3
ID kakfceeghagkhbjccpcaeikaiflhlgpc
官方網址 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": []
}