Disable Links

Disable all links on the page to avoid distractions.

Disable Links là gì?

Disable Links là một tiện ích mở rộng Chrome được phát triển bởi because_curious, và tính năng chính của nó là "Disable all links on the page to avoid distractions.".

Ả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 Disable Links

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

                        Disable all links on the page to avoid distractions.

This extension helps you to read without distractions. Click on the extension icon to remove all links on the page. Click again to bring them back.

This is a beta version. Please reach out to me at https://becausecurious.me/contact with your ideas or bug reports. Thank you!                    

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

Tên Disable Links Disable Links
ID lmehfahioclhclmcahobmlmlmlipmpdn
URL Chính Thức https://chromewebstore.google.com/detail/disable-links/lmehfahioclhclmcahobmlmlmlipmpdn
Mô tả Disable all links on the page to avoid distractions.
Kích Thước Tệp 27.7 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2022-02-16
Ngày Phát Hành 2022-02-16
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển because_curious
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://becausecurious.me/contact
URL Trang Chính Sách Bảo Mật https://snapsell.ai/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Disable Links",
    "version": "0.0.0.2",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/becausecurious.me\/contact",
    "browser_specific_settings": {
        "gecko": {
            "id": "{8a55e6be-3bef-4750-96d9-9c2fd3f55a12}"
        }
    },
    "icons": {
        "128": "icon_on128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "Disable all links on the page to avoid distractions.",
    "action": {
        "default_title": "Disable Links"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}