Skool Focus
A browser extension that helps you focus while you use the skool.com website.
ما هو Skool Focus؟
Skool Focus هو إضافة Chrome تم تطويرها بواسطة F_x64b، والميزة الرئيسية لها هي "A browser extension that helps you focus while you use the skool.com website.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Skool Focus
قم بتنزيل ملفات الامتداد Skool Focus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple extension that helps you focus on the classroom courses on the skool.com website. With an easy to use popup you can hide various distracting elements from the site like notification badges or the community feed.
معلومات أساسية عن التمديد
الاسم | Skool Focus |
ID | nchfffdkbhafombnfcpladflclakmdmo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/skool-focus/nchfffdkbhafombnfcpladflclakmdmo |
الوصف | A browser extension that helps you focus while you use the skool.com website. |
حجم الملف | 52.77 KB |
عدد التثبيتات | 137 |
النسخة الحالية | 1.5 |
آخر تحديث | 2023-11-29 |
تاريخ النشر | 2023-10-22 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | F_x64b |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Fx64b/skool-focus-extension |
عنوان صفحة سياسة الخصوصية | https://github.com/Fx64b/skool-focus-extension/blob/main/PRIVACY.md |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Skool Focus", "version": "1.5", "author": "Fx64b", "description": "A browser extension that helps you focus while you use the skool.com website.", "permissions": [ "activeTab", "storage" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "serviceWorker.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.skool.com\/*" ], "js": [ "browser-polyfill.min.js", "content.js" ] } ], "action": { "default_popup": "popup.html" } } |