Enable Right Click

Enables right clicking on pages that have it disabled.

Co je Enable Right Click?

Enable Right Click je rozšíření Chrome vyvinuté https://mattw.life, a jeho hlavní funkcí je „Enables right clicking on pages that have it disabled.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Enable Right Click

Stáhněte si soubory rozšíření Enable Right Click ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Prevents websites from disabling the default right click context menu.                    

Základní Informace o Rozšíření

Název Enable Right Click Enable Right Click
ID dcjhdaiolbgldmmfggnlbmjcifkmhohi
Oficiální URL https://chromewebstore.google.com/detail/enable-right-click/dcjhdaiolbgldmmfggnlbmjcifkmhohi
Popis Enables right clicking on pages that have it disabled.
Velikost souboru 12.92 KB
Počet instalací 10,000
Aktuální Verze 1.2.1
Poslední Aktualizace 2022-05-25
Datum Vydání 2018-01-24
Hodnocení 4.21/5 Celkem 110 Hodnocení
Vývojář https://mattw.life
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://mattw.life
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enable Right Click",
    "version": "1.2.1",
    "description": "Enables right clicking on pages that have it disabled.",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": [],
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}