Enable Right Click for Google Chrome™

Enable Right Click when websites disable it.

Wat is Enable Right Click for Google Chrome™?

Enable Right Click for Google Chrome™ is een Chrome-extensie ontwikkeld door https://timleland.com, en de belangrijkste functie is "Enable Right Click when websites disable it.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Enable Right Click for Google Chrome™

Download Enable Right Click for Google Chrome™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Enable Right Click for Google Chrome™ Enable Right Click for Google Chrome™
ID hagnihgfmpjkegpopddiigoaabddfkcj
Officiële URL https://chromewebstore.google.com/detail/enable-right-click-for-go/hagnihgfmpjkegpopddiigoaabddfkcj
Beschrijving Enable Right Click when websites disable it.
Bestandsgrootte 25.46 KB
Aantal Installaties 1,765
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-07-19
Publicatiedatum 2022-07-13
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar https://timleland.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://timleland.com/
Help Pagina-URL https://timleland.com/contact/
URL van de Privacybeleid Pagina https://t.ly/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}