Firespot
Fire up the pages with music
Firespot क्या है?
Firespot krikelin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fire up the pages with music"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Firespot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Create playlists of the current page
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hmackaecgcfelibdbhlfhkggelammlfj |
आधिकारिक URL | https://chromewebstore.google.com/detail/firespot/hmackaecgcfelibdbhlfhkggelammlfj |
विवरण | Fire up the pages with music |
फ़ाइल का आकार | 51.11 KB |
स्थापना संख्या | 12 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2012-07-13 |
प्रकाशन तिथि | 2012-07-13 |
डेवलपर | krikelin |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } |