Super Chrome
Make browsing way more cool.
ما هو Super Chrome؟
Super Chrome هو إضافة Chrome تم تطويرها بواسطة hamstu، والميزة الرئيسية لها هي "Make browsing way more cool.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Super Chrome
قم بتنزيل ملفات الامتداد Super Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Super Chrome makes browsing fun again! Sound effects are played for new tabs, closed tabs, switching tabs, and whenever you click inside a web page. Earn coins for every click! But don't worry; the points don't matter. Or do they?
معلومات أساسية عن التمديد
الاسم | |
ID | igalddhooegmphgpilbfiadgoopgodmn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/super-chrome/igalddhooegmphgpilbfiadgoopgodmn |
الوصف | Make browsing way more cool. |
حجم الملف | 146 KB |
عدد التثبيتات | 3,000 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2014-10-22 |
تاريخ النشر | 2014-10-22 |
تقييم | 4.28/5 مجموع تقييمات 103 |
المطور | hamstu |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super Chrome", "description": "Make browsing way more cool.", "version": "0.0.1", "author": "Hamish Macpherson", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Super Chrome", "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ "images\/*" ], "manifest_version": 2, "icons": { "32": "extension32.png", "48": "extension48.png", "128": "extension128.png" } } |