Allow Copy-Enable right-click & shortcut keys

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

Allow Copy-Enable right-click & shortcut keys란 무엇입니까?

Allow Copy-Enable right-click & shortcut keys은(는) fatogregnome에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enable copy, right-click, and more on restricted sites. Custom rules per site for a seamless experience."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Allow Copy-Enable right-click & shortcut keys 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Allow Copy-Enable right-click & shortcut keys Allow Copy-Enable right-click & shortcut keys
ID fglbgnmagnfbgjllaoanbidnjffbcffj
공식 URL https://chromewebstore.google.com/detail/allow-copy-enable-right-c/fglbgnmagnfbgjllaoanbidnjffbcffj
설명 Enable copy, right-click, and more on restricted sites. Custom rules per site for a seamless experience.
파일 크기 147 KB
설치 횟수 136
현재 버전 1.1.8
최근 업데이트 2023-12-11
출시 날짜 2023-12-03
개발자 fatogregnome
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/walkhero
지원되는 언어 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"
}