Allow Right Click
Allow the right-click menu for all elements with a restriction!
什么是Allow Right Click?
Allow Right Click是由Keller开发的Chrome扩展程序,该扩展的主要功能是“Allow the right-click menu for all elements with a restriction!”。
扩展截图
下载Allow Right Click扩展crx文件
下载Allow Right Click扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allow Right Click extension enables you to unblock the right-click operation on websites that put restrictions on it.
To work with this addon, please navigate to a website (with HTTP, HTTPS, or File protocol). Then, open the toolbar popup and press the toggle button on the left side to activate the addon. Now, you can right-click anywhere on the page (active tab). To de-activate the addon, please reload the page or press the toggle button again. Please note that pressing the toggle button to de-activate the addon reloads the page automatically. You can choose to work with this addon in comprehensive or basic modes. In comprehensive mode, more right-click blocking rules are covered. Please open the toolbar popup and mark/unmark the comprehensive mode option. When this option is unmarked, the basic mode will be activated automatically.
Note: This addon works per tab only and activates on user-action by pressing the toggle button within the toolbar popup. Reloading the page de-activates the addon.
If you have a feature request or found a bug to report, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/allow-right-click.html). 扩展基本信息
| 名称 | |
| ID | ollbidakloodchlpkkhmhbfhbncoicdm |
| 官方URL | https://chromewebstore.google.com/detail/allow-right-click/ollbidakloodchlpkkhmhbfhbncoicdm |
| 简介 | Allow the right-click menu for all elements with a restriction! |
| 文件大小 | 44.9 KB |
| 安装次数 | 5,045 |
| 当前版本 | 0.1.1 |
| 更新时间 | 2024-01-23 |
| 上架时间 | 2022-07-19 |
| 评分 | 3.50/5 共2次评分 |
| 开发者 | Keller |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://mybrowseraddon.com/allow-right-click.html |
| 帮助页面URL | https://mybrowseraddon.com/allow-right-click.html |
| 隐私政策页面URL | https://mybrowseraddon.com/privacy-policy/keller.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.1",
"manifest_version": 3,
"offline_enabled": true,
"name": "Allow Right Click",
"homepage_url": "https:\/\/mybrowseraddon.com\/allow-right-click.html",
"description": "Allow the right-click menu for all elements with a restriction!",
"commands": {
"_execute_action": []
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"activeTab",
"scripting"
],
"action": {
"default_title": "Allow Right Click",
"default_popup": "data\/popup\/popup.html",
"default_icon": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png"
}
},
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
}
} | |