On Topic

On Topic

On Topic là gì?

On Topic là một tiện ích mở rộng Chrome được phát triển bởi developer, và tính năng chính của nó là "On Topic".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng On Topic 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

                        On Topic is a browser extension that identifies and blocks content that is unrelated to what you're supposed to be doing.  Simply enter some topics you want to focus on, and if the On Topic extension detects that you're looking at content unrelated to your area of focus, you will be redirected.  For more info go to getontopic.com                    

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

Tên On Topic On Topic
ID omofakciigccijakmgngefkphfeclpdc
URL Chính Thức https://chromewebstore.google.com/detail/on-topic/omofakciigccijakmgngefkphfeclpdc
Mô tả On Topic
Kích Thước Tệp 161 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2020-11-15
Ngày Phát Hành 2020-09-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển developer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getontopic.com
URL Trang Chính Sách Bảo Mật https://getontopic.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "On Topic",
    "description": "On Topic",
    "version": "1.1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "icons\/favicon-32x32.png"
    },
    "browser_action": {
        "default_title": "On Topic",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*"
    ]
}