Enable Right Click
It's my context menu and I want it now!
What is Enable Right Click?
Enable Right Click is a Chrome extension developed by Christopher Woodall, and its main feature is "It's my context menu and I want it now!".
Extension Screenshots
Download Enable Right Click Extension CRX File
Download Enable Right Click extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension re-enables right click menus on website that try to block it! Give it a try. Feel free to leave some feedback!
Extension Basic Information
Name | Enable Right Click |
ID | nemnpbkkffglpnjncoglabfglkidbbek |
Official URL | https://chromewebstore.google.com/detail/enable-right-click/nemnpbkkffglpnjncoglabfglkidbbek |
Description | It's my context menu and I want it now! |
File Size | 9.83 KB |
Installation Count | 3,787 |
Current Version | 3.5 |
Last Updated | 2015-02-02 |
Publish Date | 2015-02-02 |
Rating | 3.14/5 Total 14 Ratings |
Developer | Christopher Woodall |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |