Allow Copy-Enable right-click & shortcut keys

Enable copy, right-click, and more on restricted sites. Custom rules per site for a seamless experience.

Apa itu Allow Copy-Enable right-click & shortcut keys?

Allow Copy-Enable right-click & shortcut keys adalah ekstensi Chrome yang dikembangkan oleh fatogregnome, dan fitur utamanya adalah "Enable copy, right-click, and more on restricted sites. Custom rules per site for a seamless experience.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Allow Copy-Enable right-click & shortcut keys

Unduh file ekstensi Allow Copy-Enable right-click & shortcut keys dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        1. Introduction
Customizable Unrestriction/Super Copy/Allow right-click menu expansion.
Have you encountered some websites that cannot be copied, the right-click menu cannot pop up, shortcut keys are invalid (such as f12 to open developer tools), and text cannot be selected. Use this tool to help you solve these problems.

Similar tools use the same set of rules on all websites, but because the situation of each website is different, this set of rules does not apply to all websites. Therefore, when using such tools, it is always inevitable to frequently close and open cracks. Function.
This extension allows everyone to customize the rules so that the extension can perfectly adapt to each website, and there is no need to use the cracking function to affect the normal functions of other websites.

2. Function
Lift selection and copy restrictions and re-enable these features
Remove restrictions on right-click menu
You can add a copy button to a specific area without dragging it with the mouse.
Remove small tails when copying text, such as additional author or website information
Shortcut keys are invalid, such as ctrl+c to copy and f12 to open developer tools.
Remove the extra login window that pops up when copying
(Please experiment with other functions yourself, it is definitely the most powerful cracking tool currently)

3. Customized rule description
After the website is activated, there will be default rules that can basically lift common restrictions. You can customize your own rules based on the basic rules.
A rule for a domain name will modify specific events on the website.
0, do not modify, run the specific website's own processing method
1. Mild modification, modifying the way specific events run on a website can basically achieve the purpose of modification.
2. In-depth modification. For some websites, if light modification cannot achieve the effect of lifting restrictions, you can try in-depth modification. In-depth modification will have a greater impact on the website.


Domain name contextmenu select selectstart copy cut dragstart mousedown mouseup keydown keyup
manga.bilibili.com 1 1 1 1 1 1 1 1 0 0

The extension uses a whitelist system. All the above modifications will only take effect if you enable the extension for a specific domain name (such as bing.com). For domain names that are not enabled, the extension will not take effect by default.

4. Examples of rule customization
Rule customization example 1:
Zhihu, we need to remove the small tail and allow copying, but most of these extensions will also affect the slider verification login and text editing functions. We only need to customize the rules as follows
select selectstart copy cut, these four events are set to 1, and the others are set to 0, so that we can meet our requirements without affecting other functions.

Rule customization example 2:
csdn, csdn prohibits copying, and will require login after copying
We only need to set the select/selectstart/cut/dragstart/mousedown/mouseup and other events to 1, and set the copy event to 2, to select and copy, and after copying, the login window will not pop up. But if you don't mind the login window popping up, you can set the copy event to 1, because setting it to 2 (severe modification) will require refreshing the page every time the cracking function is turned on or off to take effect.

5. Copy button
For sites like Wikipedia, you can add an extra button to the area you want to copy, so that when you copy, you don't have to drag the mouse to select, just click the button and copy.

Domain Name Selector 1 Selector 2 Selector 3 Selector 4 Selector 5 Selector 6
zh.wikipedia.org .mw-content-ltr

The copy button function is an additional feature that you can choose to use or not.                    

Informasi Dasar Ekstensi

Nama Allow Copy-Enable right-click & shortcut keys Allow Copy-Enable right-click & shortcut keys
ID fglbgnmagnfbgjllaoanbidnjffbcffj
URL Resmi https://chromewebstore.google.com/detail/allow-copy-enable-right-c/fglbgnmagnfbgjllaoanbidnjffbcffj
Deskripsi Enable copy, right-click, and more on restricted sites. Custom rules per site for a seamless experience.
Ukuran File 147 KB
Jumlah Instalasi 136
Versi Saat Ini 1.1.8
Terakhir Diperbarui 2023-12-11
Tanggal Publikasi 2023-12-03
Pengembang fatogregnome
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/walkhero
Bahasa yang Didukung id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,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,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "assets\/logo19.png",
            "24": "assets\/logo19.png",
            "32": "assets\/logo19.png"
        },
        "default_title": "Start to unlock",
        "default_popup": "page\/popup.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/content\/mainWorldInject.js"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/content\/eventsModify.js"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "128": "assets\/logo128.png",
        "19": "assets\/logo19.png",
        "48": "assets\/logo48.png",
        "64": "assets\/logo64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "options_page": "settings.html",
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "version": "1.1.8"
}