Ultimate Enable Right Click ─ Allow Copy

Enable Right Click, Enable Copy, Enable Text Highlight Everywhere. Unblock Text Selection, Allow Drag.

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

Ultimate Enable Right Click ─ Allow Copy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ultimate-enable-right-click.github.io และคุณลักษณะหลักของมันคือ "Enable Right Click, Enable Copy, Enable Text Highlight Everywhere. Unblock Text Selection, Allow Drag."

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

screenshot
screenshot

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

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

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

                        ════════════════════════════════════════════════════
Ultimate Enable Right Click is the most comprehensive, advanced solution for websites that hinder users from using right-click context menus, selecting texts, and copying its contents.

✨ Browse uncluttered with Ultimate Enable Right Click, and never get frustrated again by websites blocking copy.
════════════════════════════════════════════════════

⭐ Feature highlights

  ➤ Enable right click, truely bug-free.

 Other similar extensions frequently break websites, so you are forced to disable and activate manually everytime you want to use right click. In contrast, Ultimate Enable Right Click uses a unique, sophisticated technology, which minimizes effect on normal functions of websites which are unrelated to right click, text selection, and copy. Thanks to this, its Javascript-based module could be enabled on all sites by default. No more manual toggles!

  ➤ Can enable copy everywhere, literally.
 
 Compare by yourself with other extensions on our homepage, https://ultimate-enable-right-click.github.io/. Can it enable everything - right click, text highlight, and copy? We have considered every blocking methods web developers may think of, and introduced the most general methodology that takes care of all of it. This is why this extension can reclaim right click, text selection, and copy on literally every websites, even on those which other extensions struggle.

  ➤ Per-site settings, fully customizable

 If you want to turn off the app from certain domains, you can toggle it from the app's popup UI. If you want to temporarily enable the app for a website, use "Run in this session" toggle in the popup UI. View all the settings at a glance with our settings dashboard. Your per-site settings will be synced to your Chrome account!

════════════════════════════════════════════════════

💻 How to use

  · It enables right click on every websites by default.
  · If you want further arsenals for enabling the text selection designed for more stubborn websites, click on the extension's icon, and toggle the Enable text selection(CSS) component.
  · For further help, please visit the help page linked at the settings page.

════════════════════════════════════════════════════
Latest patch notes are available at https://github.com/ultimate-enable-right-click/help/blob/master/patch-notes-en.md.
If you have any questions or bug reports, please leave a review, or leave a message at the homepage https://ultimate-enable-right-click.github.io/.                    

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

ชื่อ Ultimate Enable Right Click ─ Allow Copy Ultimate Enable Right Click ─ Allow Copy
ID emfeppdfcjnldjgmofdkbggeacapegen
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ultimate-enable-right-cli/emfeppdfcjnldjgmofdkbggeacapegen
คำอธิบาย Enable Right Click, Enable Copy, Enable Text Highlight Everywhere. Unblock Text Selection, Allow Drag.
ขนาดไฟล์ 436 KB
จำนวนการติดตั้ง 130,329
เวอร์ชันปัจจุบัน 2.2.7
อัปเดตครั้งล่าสุด 2022-08-24
วันที่เผยแพร่ 2021-03-04
คะแนน 2.24/5 รวมทั้งหมด 561 คะแนน
ผู้พัฒนา https://ultimate-enable-right-click.github.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ultimate-enable-right-click.github.io/
URL หน้าช่วยเหลือ https://ultimate-enable-right-click.github.io/
ภาษาที่รองรับ de,en,vi,es,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "48": "assets\/icons\/icon_48.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "membrane.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "pref.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/*\/*"
    ],
    "version": "2.2.7",
    "minimum_chrome_version": "91"
}