Enable Right Click
It's my context menu and I want it now!
Wat is Enable Right Click?
Enable Right Click is een Chrome-extensie ontwikkeld door Christopher Woodall, en de belangrijkste functie is "It's my context menu and I want it now!".
Extensie Screenshots
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
This extension re-enables right click menus on website that try to block it! Give it a try. Feel free to leave some feedback!
Basisinformatie over de Extensie
Naam | Enable Right Click |
ID | nemnpbkkffglpnjncoglabfglkidbbek |
Officiële URL | https://chromewebstore.google.com/detail/enable-right-click/nemnpbkkffglpnjncoglabfglkidbbek |
Beschrijving | It's my context menu and I want it now! |
Bestandsgrootte | 9.83 KB |
Aantal Installaties | 3,787 |
Huidige Versie | 3.5 |
Laatst Bijgewerkt | 2015-02-02 |
Publicatiedatum | 2015-02-02 |
Beoordeling | 3.14/5 Totaal 14 Beoordelingen |
Ontwikkelaar | Christopher Woodall |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Enable Right Click", "description": "It's my context menu and I want it now!", "version": "3.5", "icons": { "16": "app\/assets\/img\/logo16.png", "48": "app\/assets\/img\/logo48.png", "128": "app\/assets\/img\/logo128.png" }, "content_scripts": [ { "js": [ "app\/ContentScript.js" ], "run_at": "document_end", "matches": [ "*:\/\/*\/*" ], "all_frames": true, "match_about_blank": true } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |