Firespot

Fire up the pages with music

Cos'è Firespot?

Firespot è un'estensione di Chrome sviluppata da krikelin, e la sua funzione principale è "Fire up the pages with music".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Firespot

Scarica i file di estensione Firespot 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

                        Create playlists of the current page                    

Informazioni di Base sull'Estensione

Nome Firespot Firespot
ID hmackaecgcfelibdbhlfhkggelammlfj
URL Ufficiale https://chromewebstore.google.com/detail/firespot/hmackaecgcfelibdbhlfhkggelammlfj
Descrizione Fire up the pages with music
Dimensione del File 51.11 KB
Conteggio Installazioni 12
Versione Corrente 1.2.0
Ultimo Aggiornamento 2012-07-13
Data di Pubblicazione 2012-07-13
Sviluppatore krikelin
Tipo di Pagamento free
Lingue Supportate 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"
}