Skool Focus

A browser extension that helps you focus while you use the skool.com website.

Skool Focus là gì?

Skool Focus là một tiện ích mở rộng Chrome được phát triển bởi F_x64b, và tính năng chính của nó là "A browser extension that helps you focus while you use the skool.com website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Skool Focus

Tải xuống các tệp mở rộng Skool Focus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Skool Focus Skool Focus
ID nchfffdkbhafombnfcpladflclakmdmo
URL Chính Thức https://chromewebstore.google.com/detail/skool-focus/nchfffdkbhafombnfcpladflclakmdmo
Mô tả A browser extension that helps you focus while you use the skool.com website.
Kích Thước Tệp 52.77 KB
Số Lần Cài Đặt 137
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2023-11-29
Ngày Phát Hành 2023-10-22
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển F_x64b
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Fx64b/skool-focus-extension
URL Trang Chính Sách Bảo Mật https://github.com/Fx64b/skool-focus-extension/blob/main/PRIVACY.md
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}