Firespot
Fire up the pages with music
Qu'est-ce que Firespot ?
Firespot est une extension Chrome développée par krikelin, et sa fonction principale est "Fire up the pages with music".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Firespot
Téléchargez les fichiers d'extension Firespot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Create playlists of the current page
Informations de Base sur l'Extension
Nom | |
ID | hmackaecgcfelibdbhlfhkggelammlfj |
URL Officiel | https://chromewebstore.google.com/detail/firespot/hmackaecgcfelibdbhlfhkggelammlfj |
Description | Fire up the pages with music |
Taille du Fichier | 51.11 KB |
Nombre d'Installations | 12 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2012-07-13 |
Date de Publication | 2012-07-13 |
Développeur | krikelin |
Type de Paiement | free |
Langues Prises en Charge | 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" } |