Enable Right Click

Enables right clicking on pages that have it disabled.

什么是Enable Right Click?

Enable Right Click是由https://mattw.life开发的Chrome扩展程序,该扩展的主要功能是“Enables right clicking on pages that have it disabled.”。

扩展截图

screenshot

下载Enable Right Click扩展crx文件

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

扩展使用说明

                        Prevents websites from disabling the default right click context menu.                    

扩展基本信息

名称 Enable Right Click Enable Right Click
ID dcjhdaiolbgldmmfggnlbmjcifkmhohi
官方URL https://chromewebstore.google.com/detail/enable-right-click/dcjhdaiolbgldmmfggnlbmjcifkmhohi
简介 Enables right clicking on pages that have it disabled.
文件大小 12.92 KB
安装次数 10,000
当前版本 1.2.1
更新时间 2022-05-25
上架时间 2018-01-24
评分 4.21/5 共110次评分
开发者 https://mattw.life
电子邮箱 [email protected]
付费类型 free
扩展官网 http://mattw.life
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enable Right Click",
    "version": "1.2.1",
    "description": "Enables right clicking on pages that have it disabled.",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": [],
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}