Unblock Selection and Right click

Always allow selection of text and context menu (right click of mouse) on sites.

什么是Unblock Selection and Right click?

Unblock Selection and Right click是由https://roei.stream开发的Chrome扩展程序,该扩展的主要功能是“Always allow selection of text and context menu (right click of mouse) on sites.”。

扩展截图

screenshot

下载Unblock Selection and Right click扩展crx文件

下载Unblock Selection and Right click扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Unblock sites that tries to prevent you from selecting text or using the context menu (right click of the mouse) with this simple yet powerful extension.
This extension has only few lines of code.
This extension does not read your site's content has any permissions.
Feel free to contact me if you find sites that are not supported by this add on.                    

扩展基本信息

名称 Unblock Selection and Right click Unblock Selection and Right click
ID ihfbclliibagmlaooebjkibceepfehbl
官方URL https://chrome.google.com/webstore/detail/unblock-selection-and-rig/ihfbclliibagmlaooebjkibceepfehbl
简介 Always allow selection of text and context menu (right click of mouse) on sites.
文件大小 150 KB
安装次数 902
当前版本 1.1
更新时间 2019-10-20
上架时间 2019-10-20
评分 3.00/5 共2次评分
开发者 https://roei.stream
付费类型 free
扩展官网 https://roei.stream
帮助页面URL https://roei.stream/support/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unblock Selection and Right click",
    "short_name": "Unblock Selection",
    "description": "Always allow selection of text and context menu (right click of mouse) on sites.",
    "version": "1.1",
    "content_scripts": [
        {
            "js": [
                "unblock.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "512": "favicon.png",
        "128": "favicon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}