Barcelona City FM 107.3

Listen to Barcelona City FM 107.3 from your browser as you go about your day.

Cos'è Barcelona City FM 107.3?

Barcelona City FM 107.3 è un'estensione di Chrome sviluppata da Christopher Drifter, e la sua funzione principale è "Listen to Barcelona City FM 107.3 from your browser as you go about your day.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Barcelona City FM 107.3

Scarica i file di estensione Barcelona City FM 107.3 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Barcelona City FM 107.3 Barcelona City FM 107.3
ID kakfceeghagkhbjccpcaeikaiflhlgpc
URL Ufficiale https://chromewebstore.google.com/detail/barcelona-city-fm-1073/kakfceeghagkhbjccpcaeikaiflhlgpc
Descrizione Listen to Barcelona City FM 107.3 from your browser as you go about your day.
Dimensione del File 5.22 MB
Conteggio Installazioni 20
Versione Corrente basic
Ultimo Aggiornamento 2016-10-28
Data di Pubblicazione 2016-10-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Christopher Drifter
Tipo di Pagamento free
Lingue Supportate 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": []
}