Allow Select And Copy

Allow selection and copy, right click and paste on any webpage with copy protection

Allow Select And Copyคืออะไร?

Allow Select And Copy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dimavanguard และคุณลักษณะหลักของมันคือ "Allow selection and copy, right click and paste on any webpage with copy protection"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Allow Select And Copy

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

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

                        Sometimes you enter a website where is some usefull information, but you can not select it and/or copy. This extension make it possible! Moreover, extension will work automatically after few seconds when you enter the website.

************ULTRA MODE************
Press ALT + SHIFT + A to enter ULTRA MODE
On some sites will be necessary to enter ULTRA MODE in order to select text.
************ULTRA MODE************                    

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

ชื่อ Allow Select And Copy Allow Select And Copy
ID lamaakaemgdclpnfbofmhpkanfnojjch
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/allow-select-and-copy/lamaakaemgdclpnfbofmhpkanfnojjch
คำอธิบาย Allow selection and copy, right click and paste on any webpage with copy protection
ขนาดไฟล์ 14.97 KB
จำนวนการติดตั้ง 163,666
เวอร์ชันปัจจุบัน 3.1.5
อัปเดตครั้งล่าสุด 2018-01-06
วันที่เผยแพร่ 2018-01-06
คะแนน 3.79/5 รวมทั้งหมด 246 คะแนน
ผู้พัฒนา dimavanguard
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Allow Select And Copy",
    "short_name": "Copy Unblock",
    "description": "Allow selection and copy, right click and paste on any webpage with copy protection",
    "version": "3.1.5",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "ALT + SHIFT + A to enter ULTRA COPY MODE.\nClick to open menu"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}