Enable Right Click

Enables right clicking on pages that have it disabled.

Wat is Enable Right Click?

Enable Right Click is een Chrome-extensie ontwikkeld door https://mattw.life, en de belangrijkste functie is "Enables right clicking on pages that have it disabled.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Enable Right Click

Download Enable Right Click-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

                        Prevents websites from disabling the default right click context menu.                    

Basisinformatie over de Extensie

Naam Enable Right Click Enable Right Click
ID dcjhdaiolbgldmmfggnlbmjcifkmhohi
Officiële URL https://chromewebstore.google.com/detail/enable-right-click/dcjhdaiolbgldmmfggnlbmjcifkmhohi
Beschrijving Enables right clicking on pages that have it disabled.
Bestandsgrootte 12.92 KB
Aantal Installaties 10,000
Huidige Versie 1.2.1
Laatst Bijgewerkt 2022-05-25
Publicatiedatum 2018-01-24
Beoordeling 4.21/5 Totaal 110 Beoordelingen
Ontwikkelaar https://mattw.life
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://mattw.life
Ondersteunde Talen 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"
    }
}