Disable Links

Disable all links on the page to avoid distractions.

Co to jest Disable Links?

Disable Links to rozszerzenie Chrome opracowane przez because_curious, a jego główną funkcją jest „Disable all links on the page to avoid distractions.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Disable Links

Pobierz pliki rozszerzeń Disable Links w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Disable Links Disable Links
ID lmehfahioclhclmcahobmlmlmlipmpdn
Oficjalny URL https://chromewebstore.google.com/detail/disable-links/lmehfahioclhclmcahobmlmlmlipmpdn
Opis Disable all links on the page to avoid distractions.
Rozmiar pliku 27.7 KB
Liczba instalacji 30
Aktualna Wersja 0.0.0.2
Ostatnia Aktualizacja 2022-02-16
Data Publikacji 2022-02-16
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper because_curious
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://becausecurious.me/contact
Adres URL Strony Polityki Prywatności https://snapsell.ai/privacy
Obsługiwane Języki 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
    }
}