Skool Focus
A browser extension that helps you focus while you use the skool.com website.
Skool Focus क्या है?
Skool Focus F_x64b द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension that helps you focus while you use the skool.com website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Skool Focus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ URL | 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" } } |