Allow Copy - Enable Right Click

Enable copy on protected websites: allow right click, unblock context menu. Enable text highlight and allow copy.

Allow Copy - Enable Right Clickคืออะไร?

Allow Copy - Enable Right Click เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://allowcopy.net และคุณลักษณะหลักของมันคือ "Enable copy on protected websites: allow right click, unblock context menu. Enable text highlight and allow copy."

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Allow Copy - Enable Right Click ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Have you encountered situations where attempting to choose text, access a context menu, or copy content resulted in no response? Some website operators employ technical methods to prevent users from selecting and copying material from their webpages.

Enable Right Click stands out as an advanced and comprehensive remedy for websites that impede users from utilizing right-click context menus, selecting text, or copying content."

Features:
- remove copy protection, enable copy text, remove block selection;
- allow right mouse click and turn on context menu;
- activate / deactivate for specific domain;
- free and easy to use.

Other similar extensions frequently break websites, so you are forced to disable and activate manually every time you want to use right click. In contrast, Enable Copy uses a unique technology, which minimizes effect on normal functions of websites which are unrelated to right click, text selection, and copy. 

Enable Copy extension is very easy to use. If you come across a website that has disabled the right-click button, simply click on the extension icon and it will reload the page. 

This will enable you to use the right-click button once again, giving you full access to all the functions and information on that website. Enable Context Menu and Select, Allow select, Allow right click in so restricted pages and Copy and Paste.

Unlock Copying and Selection 
You can effortlessly unblock right click, context menu, selection, and copy functionalities on any website. Unblock context menu and Select is a tool that helps you bypass web site copy protection. 

No longer will you be held back by restrictive website settings. Copy and paste text, images, and more with ease, just the way you want it! Control of your browser context menu again.

Please, add review to Allow Text extension.                    

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

ชื่อ Allow Copy - Enable Right Click Allow Copy - Enable Right Click
ID mmpljcghnbpkokhbkmfdmoagllopfmlm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/allow-copy-enable-right-c/mmpljcghnbpkokhbkmfdmoagllopfmlm
คำอธิบาย Enable copy on protected websites: allow right click, unblock context menu. Enable text highlight and allow copy.
ขนาดไฟล์ 270 KB
จำนวนการติดตั้ง 900,000
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2023-08-28
คะแนน 4.72/5 รวมทั้งหมด 372 คะแนน
ผู้พัฒนา https://allowcopy.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://allowcopy.net
URL หน้านโยบายความเป็นส่วนตัว https://allowcopy.net/privacy-policy.html
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.4",
    "action": {
        "default_popup": "src\/layouts\/popup.html",
        "default_icon": "icons\/logo128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "src\/js\/contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/js\/serviceWorker.js",
        "type": "module"
    },
    "icons": {
        "19": "icons\/logo19.png",
        "48": "icons\/logo48.png",
        "64": "icons\/logo64.png",
        "128": "icons\/logo128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}