Enable Right Click for Google Chrome™

Enable Right Click when websites disable it.

Co je Enable Right Click for Google Chrome™?

Enable Right Click for Google Chrome™ je rozšíření Chrome vyvinuté https://timleland.com, a jeho hlavní funkcí je „Enable Right Click when websites disable it.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Enable Right Click for Google Chrome™

Stáhněte si soubory rozšíření Enable Right Click for Google Chrome™ 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í

                        A simple way to allow right-click to work on websites that disables it for you. 

This extension helps you re-enable and allow right-click function on every website that blocks the right-click menu.

The extension automatically works, and no action is required.                    

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

Název Enable Right Click for Google Chrome™ Enable Right Click for Google Chrome™
ID hagnihgfmpjkegpopddiigoaabddfkcj
Oficiální URL https://chromewebstore.google.com/detail/enable-right-click-for-go/hagnihgfmpjkegpopddiigoaabddfkcj
Popis Enable Right Click when websites disable it.
Velikost souboru 25.46 KB
Počet instalací 1,765
Aktuální Verze 1.0.0
Poslední Aktualizace 2022-07-19
Datum Vydání 2022-07-13
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář https://timleland.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://timleland.com/
URL Stránky Nápovědy https://timleland.com/contact/
URL Stránky Zásad Ochrany Soukromí https://t.ly/privacy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Enable Right Click for Google Chrome\u2122",
    "homepage_url": "https:\/\/timleland.com\/enable-right-click-extension\/",
    "version": "1.0.0",
    "icons": {
        "128": "media\/icons\/icon128.png"
    },
    "description": "Enable Right Click when websites disable it.",
    "action": {
        "default_icon": {
            "38": "media\/icons\/icon38.png"
        },
        "default_title": "Enable Right Click"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ]
}