Firespot

Fire up the pages with music

Vad är Firespot?

Firespot är en Chrome-tillägg utvecklad av krikelin, och dess huvudfunktion är "Fire up the pages with music".

Tilläggsskärmbilder

screenshot

Ladda ner Firespot-förlängningens CRX-fil

Ladda ner Firespot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Create playlists of the current page                    

Grundläggande Information om Tillägg

Namn Firespot Firespot
ID hmackaecgcfelibdbhlfhkggelammlfj
Officiell webbadress https://chromewebstore.google.com/detail/firespot/hmackaecgcfelibdbhlfhkggelammlfj
Beskrivning Fire up the pages with music
Filstorlek 51.11 KB
Antal Installationer 12
Aktuell Version 1.2.0
Senast Uppdaterad 2012-07-13
Publiceringsdatum 2012-07-13
Utvecklare krikelin
Betalningssätt free
Stödda Språk 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"
}