Disable Links

Disable all links on the page to avoid distractions.

Vad är Disable Links?

Disable Links är en Chrome-tillägg utvecklad av because_curious, och dess huvudfunktion är "Disable all links on the page to avoid distractions.".

Tilläggsskärmbilder

screenshot

Ladda ner Disable Links-förlängningens CRX-fil

Ladda ner Disable Links-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Disable Links Disable Links
ID lmehfahioclhclmcahobmlmlmlipmpdn
Officiell webbadress https://chromewebstore.google.com/detail/disable-links/lmehfahioclhclmcahobmlmlmlipmpdn
Beskrivning Disable all links on the page to avoid distractions.
Filstorlek 27.7 KB
Antal Installationer 30
Aktuell Version 0.0.0.2
Senast Uppdaterad 2022-02-16
Publiceringsdatum 2022-02-16
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare because_curious
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://becausecurious.me/contact
URL till Sekretesspolicy Sidan https://snapsell.ai/privacy
Stödda Språk 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
    }
}