Universal Copy-Enable Copy

Allow copy on web sites with copy protection: allow right click, unlock copy, unblock select all, unblock context menu.

ما هو Universal Copy-Enable Copy؟

Universal Copy-Enable Copy هو إضافة Chrome تم تطويرها بواسطة Allen Alexis، والميزة الرئيسية لها هي "Allow copy on web sites with copy protection: allow right click, unlock copy, unblock select all, unblock context menu.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Universal Copy-Enable Copy

قم بتنزيل ملفات الامتداد Universal Copy-Enable Copy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        You can easily replicate the copy across all sites. Example: shopify, nytimes, etc.
We are suitable for various websites such as games, news education, literary novels and so on.

Use:
1. On a website that is prohibited from right-clicking or copying, click the switch to break the copy restriction.
2. When the icon is gray, it means that the release function is not enabled.
3. When the icon is colored, it means the release is effective.

Feature:
1. Enable/disable Copy
2. Enable/disable Right Click
3. Enable/disable Select All
4. Enable/disable Paste
5. Enable/disable Context Menu                    

معلومات أساسية عن التمديد

الاسم Universal Copy-Enable Copy Universal Copy-Enable Copy
ID hmlmncgagbkggdfpklpmhjcmbjadpkdo
عنوان URL الرسمي https://chromewebstore.google.com/detail/universal-copy-enable-cop/hmlmncgagbkggdfpklpmhjcmbjadpkdo
الوصف Allow copy on web sites with copy protection: allow right click, unlock copy, unblock select all, unblock context menu.
حجم الملف 756 KB
عدد التثبيتات 10,000
النسخة الحالية 1.0.27
آخر تحديث 2023-08-09
تاريخ النشر 2022-09-20
تقييم 4.36/5 مجموع تقييمات 64
المطور Allen Alexis
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://extensiondock.com/privacy
اللغات المدعومة 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",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "img\/ico19_disable.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "img\/ico.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/inject.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*.pdf",
                "file:\/\/\/*\/*.pdf"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*.pdf",
                "file:\/\/\/*\/*.pdf"
            ],
            "js": [
                "\/js\/pdf-script.js"
            ],
            "css": [
                "\/css\/pdf-bar.css"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "options.html",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "declarativeNetRequestWithHostAccess"
    ],
    "version": "1.0.27",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/normal.js",
                "js\/docText.js",
                "img\/ailogo-web.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "img\/pdflogo.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/%E7%BD%91%E9%A1%B5%E4%B8%87%E8%83%BD%E5%A4%8D%E5%88%B6\/hmlmncgagbkggdfpklpmhjcmbjadpkdo?utm_medium=extension&utm_source=webcopy"
}