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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Webvoom และคุณลักษณะหลักของมันคือ "Enable Copy Paste & Right Click on websites that have disabled Copy Paste & Right Click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enable Copy Paste & Right Click

ดาวน์โหลดไฟล์ส่วนขยาย 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Enable Copy Paste & Right Click Enable Copy Paste & Right Click
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": []
        }
    ]
}