Barcelona City FM 107.3

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

Co to jest Barcelona City FM 107.3?

Barcelona City FM 107.3 to rozszerzenie Chrome opracowane przez Christopher Drifter, a jego główną funkcją jest „Listen to Barcelona City FM 107.3 from your browser as you go about your day.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Barcelona City FM 107.3

Pobierz pliki rozszerzeń Barcelona City FM 107.3 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Barcelona City FM 107.3 Barcelona City FM 107.3
ID kakfceeghagkhbjccpcaeikaiflhlgpc
Oficjalny URL https://chromewebstore.google.com/detail/barcelona-city-fm-1073/kakfceeghagkhbjccpcaeikaiflhlgpc
Opis Listen to Barcelona City FM 107.3 from your browser as you go about your day.
Rozmiar pliku 5.22 MB
Liczba instalacji 20
Aktualna Wersja basic
Ostatnia Aktualizacja 2016-10-28
Data Publikacji 2016-10-28
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Christopher Drifter
Typ Płatności free
Obsługiwane Języki 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": []
}