Disable Links

Disable all links on the page to avoid distractions.

Wat is Disable Links?

Disable Links is een Chrome-extensie ontwikkeld door because_curious, en de belangrijkste functie is "Disable all links on the page to avoid distractions.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Disable Links

Download Disable Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Disable Links Disable Links
ID lmehfahioclhclmcahobmlmlmlipmpdn
Officiële URL https://chromewebstore.google.com/detail/disable-links/lmehfahioclhclmcahobmlmlmlipmpdn
Beschrijving Disable all links on the page to avoid distractions.
Bestandsgrootte 27.7 KB
Aantal Installaties 30
Huidige Versie 0.0.0.2
Laatst Bijgewerkt 2022-02-16
Publicatiedatum 2022-02-16
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar because_curious
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://becausecurious.me/contact
URL van de Privacybeleid Pagina https://snapsell.ai/privacy
Ondersteunde Talen 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
    }
}