Allow Select And Copy

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

Allow Select And Copy là gì?

Allow Select And Copy là một tiện ích mở rộng Chrome được phát triển bởi dimavanguard, và tính năng chính của nó là "Allow selection and copy, right click and paste on any webpage with copy protection".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Allow Select And Copy

Tải xuống các tệp mở rộng Allow Select And Copy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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************                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Allow Select And Copy Allow Select And Copy
ID lamaakaemgdclpnfbofmhpkanfnojjch
URL Chính Thức https://chromewebstore.google.com/detail/allow-select-and-copy/lamaakaemgdclpnfbofmhpkanfnojjch
Mô tả Allow selection and copy, right click and paste on any webpage with copy protection
Kích Thước Tệp 14.97 KB
Số Lần Cài Đặt 163,666
Phiên Bản Hiện Tại 3.1.5
Cập Nhật Lần Cuối 2018-01-06
Ngày Phát Hành 2018-01-06
Đánh Giá 3.79/5 Tổng số 246 Đánh Giá
Nhà Phát Triển dimavanguard
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}