Firespot
Fire up the pages with music
What is Firespot?
Firespot is a Chrome extension developed by krikelin, and its main feature is "Fire up the pages with music".
Extension Screenshots
Download Firespot Extension CRX File
Download Firespot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Create playlists of the current page
Extension Basic Information
Name | |
ID | hmackaecgcfelibdbhlfhkggelammlfj |
Official URL | https://chromewebstore.google.com/detail/firespot/hmackaecgcfelibdbhlfhkggelammlfj |
Description | Fire up the pages with music |
File Size | 51.11 KB |
Installation Count | 12 |
Current Version | 1.2.0 |
Last Updated | 2012-07-13 |
Publish Date | 2012-07-13 |
Developer | krikelin |
Payment Type | free |
Supported Languages | 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" } |