Enable Copy Paste & Right Click
Enable Copy Paste & Right Click on websites that have disabled Copy Paste & Right Click.
什么是Enable Copy Paste & Right Click?
Enable Copy Paste & Right Click是由Webvoom开发的Chrome扩展程序,该扩展的主要功能是“Enable Copy Paste & Right Click on websites that have disabled Copy Paste & Right Click.”。
扩展截图
下载Enable Copy Paste & Right Click扩展crx文件
下载Enable Copy Paste & Right Click扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enable Copy Paste & Right Click on websites that have disabled copy paste & Right Click.
How to use this Extension:
- Click on the extension icon
- Pin Icon For Easy Use
- After a popup is opened, use the “Enable copy paste for all websites” checkbox.
- Refresh the page and see if the extension has successfully enabled copy paste & Right Click functionality on the website.
Step for Disable Extension-
- Click on the extension icon.
- After a popup is opened, UNTICK checkbox “Enable copy paste for all websites”.
This Extension Made for Enable Copy Paste and Right Click from Disabled Copy Paste & Right Click Website.
For any Doubt & More Digital Marketing Tricks Visit Our YouTube Channel - webvoom . Where We Explains How to Use Our Extension and Many More Interesting Tricks
I hope you like it, and please review it if you're happy with it! 扩展基本信息
| 名称 | |
| ID | moomnncijchljipbmkiblfbaaldinhde |
| 官方URL | https://chromewebstore.google.com/detail/enable-copy-paste-right-c/moomnncijchljipbmkiblfbaaldinhde |
| 简介 | Enable Copy Paste & Right Click on websites that have disabled Copy Paste & Right Click. |
| 文件大小 | 892 KB |
| 安装次数 | 6,000 |
| 当前版本 | 1.0 |
| 更新时间 | 2022-02-25 |
| 上架时间 | 2022-02-25 |
| 评分 | 4.40/5 共10次评分 |
| 开发者 | Webvoom |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://webvoom.com/ |
| 帮助页面URL | https://webvoom.com/contact-us |
| 隐私政策页面URL | https://webvoom.com/terms-policy |
| 支持的语言 | en |
| manifest.json | |
{
"author": "Webvoom",
"background": {
"service_worker": "\/background\/background.html"
},
"action": {
"default_icon": "\/image\/icon\/fab192.png",
"default_popup": "\/ng\/popup\/comp\/popup\/popup.html",
"default_title": "ECPRC"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"\/js_content\/enable_copy.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"description": "Enable Copy Paste & Right Click on websites that have disabled Copy Paste & Right Click.",
"homepage_url": "https:\/\/webvoom.com",
"icons": {
"16": "\/image\/icon\/fab16.png",
"32": "\/image\/icon\/fab32.png",
"180": "\/image\/icon\/fab180.png",
"192": "\/image\/icon\/fab192.png",
"512": "\/image\/icon\/fab512.png"
},
"manifest_version": 3,
"name": "Enable Copy Paste & Right Click",
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"short_name": "ECPRC",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0",
"web_accessible_resources": [
{
"resources": [
"\/ng\/content\/**\/*.html",
"\/css_content\/**\/*.css"
],
"extension_ids": []
}
]
} | |