Re-enable Copy

Removes copy disablers from certain pages; gives the information's control back to the user.

Re-enable Copy là gì?

Re-enable Copy là một tiện ích mở rộng Chrome được phát triển bởi tacla.yamada, và tính năng chính của nó là "Removes copy disablers from certain pages; gives the information's control back to the user.".

Tải xuống tệp CRX của tiện ích mở rộng Re-enable Copy

Tải xuống các tệp mở rộng Re-enable 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

                        This disables copy spies which try to prevent users from copy and pasting content from a web page.                    

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

Tên Re-enable Copy Re-enable Copy
ID kpojaicmdgpmoemkdlbnmokolafjmcbn
URL Chính Thức https://chrome.google.com/webstore/detail/re-enable-copy/kpojaicmdgpmoemkdlbnmokolafjmcbn
Mô tả Removes copy disablers from certain pages; gives the information's control back to the user.
Kích Thước Tệp 17.25 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2014-07-03
Ngày Phát Hành 2014-07-03
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển tacla.yamada
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/yamadapc/re-enable-copy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Re-enable Copy",
    "description": "Removes copy disablers from certain pages; gives the information's control back to the user.",
    "version": "0.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.folha.uol.com.br\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ]
}