Skool Focus
A browser extension that helps you focus while you use the skool.com website.
Skool Focusとは何ですか?
Skool FocusはF_x64bによって開発されたChromeの拡張機能で、その主な機能は「A browser extension that helps you focus while you use the skool.com website.」です。
拡張機能のスクリーンショット
Skool Focus拡張機能のCRXファイルをダウンロード
Skool Focus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |