Disable Links

Disable all links on the page to avoid distractions.

什麼是Disable Links?

Disable Links是由because_curious開發的Chrome擴展程式,該擴展的主要功能是“Disable all links on the page to avoid distractions.”。

擴展截圖

screenshot

下載Disable Links擴展crx文件

下載Disable Links擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Disable Links Disable Links
ID lmehfahioclhclmcahobmlmlmlipmpdn
官方網址 https://chromewebstore.google.com/detail/disable-links/lmehfahioclhclmcahobmlmlmlipmpdn
簡介 Disable all links on the page to avoid distractions.
檔案大小 27.7 KB
安裝次數 30
目前版本 0.0.0.2
更新時間 2022-02-16
上架時間 2022-02-16
評分 5.00/5 共 4 次評分
開發者 because_curious
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://becausecurious.me/contact
隱私政策頁面URL https://snapsell.ai/privacy
支援的語言 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
    }
}