Disable Links

Disable all links on the page to avoid distractions.

Hvad er Disable Links?

Disable Links er en Chrome-udvidelse udviklet af because_curious, og dens hovedfunktion er "Disable all links on the page to avoid distractions.".

Udvidelsesskærmbilleder

screenshot

Download Disable Links-udvidelses-CRX-fil

Download Disable Links-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Disable Links Disable Links
ID lmehfahioclhclmcahobmlmlmlipmpdn
Officiel URL https://chromewebstore.google.com/detail/disable-links/lmehfahioclhclmcahobmlmlmlipmpdn
Beskrivelse Disable all links on the page to avoid distractions.
Filstørrelse 27.7 KB
Antal Installationer 30
Nuværende Version 0.0.0.2
Senest Opdateret 2022-02-16
Udgivelsesdato 2022-02-16
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler because_curious
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://becausecurious.me/contact
URL til Fortrolighedspolitik Side https://snapsell.ai/privacy
Understøttede Sprog 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
    }
}