Disable Links

Disable all links on the page to avoid distractions.

Co je Disable Links?

Disable Links je rozšíření Chrome vyvinuté because_curious, a jeho hlavní funkcí je „Disable all links on the page to avoid distractions.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Disable Links

Stáhněte si soubory rozšíření Disable Links ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Disable Links Disable Links
ID lmehfahioclhclmcahobmlmlmlipmpdn
Oficiální URL https://chromewebstore.google.com/detail/disable-links/lmehfahioclhclmcahobmlmlmlipmpdn
Popis Disable all links on the page to avoid distractions.
Velikost souboru 27.7 KB
Počet instalací 30
Aktuální Verze 0.0.0.2
Poslední Aktualizace 2022-02-16
Datum Vydání 2022-02-16
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář because_curious
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://becausecurious.me/contact
URL Stránky Zásad Ochrany Soukromí https://snapsell.ai/privacy
Podporované Jazyky 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
    }
}