Enable Copy Everywhere

Allow right-click for copying text from restricted web pages. Enable copy-paste on all the websites.

Enable Copy Everywhereคืออะไร?

Enable Copy Everywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย addonzone และคุณลักษณะหลักของมันคือ "Allow right-click for copying text from restricted web pages. Enable copy-paste on all the websites."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enable Copy Everywhere

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

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

                        Enable copy and paste Chrome extension enables users to copy the text from all the websites that have disabled the copy option. 

How To Use Enable Copy Extension? 
-Install the extension by clicking on the "Add to Chrome" option 
-Enable it by clicking on the extension icon 
-Enable the copy-paste option to start copying the text 

Why is the Allow Copy Text Feature Useful? 
Popular and authoritative websites often disable the right-click function to prevent content copying. Enabling copy and paste is extremely useful in this situation because it allows users to easily copy content from all the websites that have disabled the right-click option. 

The Best Way to Enable Right Click for Copying the Text 

Enabling the copy and paste extension is the best way to copy the text from websites that have disabled the option. This extension is available for both Chrome and Edge. It allows users to disable copy protection on all websites by enabling the right-click function in their browser. 

Key Features of Enabling Copy-Paste 
-simple user interface 
-Allows text copying from all copy-protected websites. 
-no cost to use 
-One-click enable/disable option                    

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

ชื่อ Enable Copy Everywhere Enable Copy Everywhere
ID nahkcohcfljjjkhdcbfdphegdoiflbjd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/enable-copy-everywhere/nahkcohcfljjjkhdcbfdphegdoiflbjd
คำอธิบาย Allow right-click for copying text from restricted web pages. Enable copy-paste on all the websites.
ขนาดไฟล์ 523 KB
จำนวนการติดตั้ง 26,576
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-01-08
วันที่เผยแพร่ 2022-10-18
คะแนน 4.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา addonzone
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "green icon 16.png",
        "48": "Green 64.png",
        "128": "Green 128.png"
    },
    "action": {
        "default_title": "__MSG_appTitle__",
        "default_icon": "Green 128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "notifications",
        "gcm"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "*:\/\/*.google.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}