Disable Links

Disable all links on the page to avoid distractions.

Cos'è Disable Links?

Disable Links è un'estensione di Chrome sviluppata da because_curious, e la sua funzione principale è "Disable all links on the page to avoid distractions.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Disable Links

Scarica i file di estensione Disable Links in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Disable Links Disable Links
ID lmehfahioclhclmcahobmlmlmlipmpdn
URL Ufficiale https://chromewebstore.google.com/detail/disable-links/lmehfahioclhclmcahobmlmlmlipmpdn
Descrizione Disable all links on the page to avoid distractions.
Dimensione del File 27.7 KB
Conteggio Installazioni 30
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2022-02-16
Data di Pubblicazione 2022-02-16
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore because_curious
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://becausecurious.me/contact
URL della Pagina della Politica sulla Privacy https://snapsell.ai/privacy
Lingue Supportate 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
    }
}