Firespot

Fire up the pages with music

Co to jest Firespot?

Firespot to rozszerzenie Chrome opracowane przez krikelin, a jego główną funkcją jest „Fire up the pages with music”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Firespot

Pobierz pliki rozszerzeń Firespot 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

                        Create playlists of the current page                    

Podstawowe informacje o rozszerzeniu

Nazwa Firespot Firespot
ID hmackaecgcfelibdbhlfhkggelammlfj
Oficjalny URL https://chromewebstore.google.com/detail/firespot/hmackaecgcfelibdbhlfhkggelammlfj
Opis Fire up the pages with music
Rozmiar pliku 51.11 KB
Liczba instalacji 12
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2012-07-13
Data Publikacji 2012-07-13
Deweloper krikelin
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "css": [
                "firespot.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Fire up the pages with music",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Firespot",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.0"
}