Re-enable Copy

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

什么是Re-enable Copy?

Re-enable Copy是由tacla.yamada开发的Chrome扩展程序,该扩展的主要功能是“Removes copy disablers from certain pages; gives the information's control back to the user.”。

下载Re-enable Copy扩展crx文件

下载Re-enable Copy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Re-enable Copy Re-enable Copy
ID kpojaicmdgpmoemkdlbnmokolafjmcbn
官方URL https://chrome.google.com/webstore/detail/re-enable-copy/kpojaicmdgpmoemkdlbnmokolafjmcbn
简介 Removes copy disablers from certain pages; gives the information's control back to the user.
文件大小 17.25 KB
安装次数 56
当前版本 0.0.1
更新时间 2014-07-03
上架时间 2014-07-03
评分 4.67/5 共3次评分
开发者 tacla.yamada
付费类型 free
扩展官网 https://github.com/yamadapc/re-enable-copy
支持的语言 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"
        }
    ]
}