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
公式URL 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
Eメール [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
    }
}