Firespot

Fire up the pages with music

Wat is Firespot?

Firespot is een Chrome-extensie ontwikkeld door krikelin, en de belangrijkste functie is "Fire up the pages with music".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Firespot

Download Firespot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Create playlists of the current page                    

Basisinformatie over de Extensie

Naam Firespot Firespot
ID hmackaecgcfelibdbhlfhkggelammlfj
Officiële URL https://chromewebstore.google.com/detail/firespot/hmackaecgcfelibdbhlfhkggelammlfj
Beschrijving Fire up the pages with music
Bestandsgrootte 51.11 KB
Aantal Installaties 12
Huidige Versie 1.2.0
Laatst Bijgewerkt 2012-07-13
Publicatiedatum 2012-07-13
Ontwikkelaar krikelin
Betalingswijze free
Ondersteunde Talen 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"
}