Firespot
Fire up the pages with music
ما هو Firespot؟
Firespot هو إضافة Chrome تم تطويرها بواسطة krikelin، والميزة الرئيسية لها هي "Fire up the pages with music".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Firespot
قم بتنزيل ملفات الامتداد Firespot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } |