Enable Right Click for Google Chrome™

Enable Right Click when websites disable it.

什么是Enable Right Click for Google Chrome™?

Enable Right Click for Google Chrome™是由https://timleland.com开发的Chrome扩展程序,该扩展的主要功能是“Enable Right Click when websites disable it.”。

扩展截图

screenshot

下载Enable Right Click for Google Chrome™扩展crx文件

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

扩展使用说明

                        A simple way to allow right-click to work on websites that disables it for you. 

This extension helps you re-enable and allow right-click function on every website that blocks the right-click menu.

The extension automatically works, and no action is required.                    

扩展基本信息

名称 Enable Right Click for Google Chrome™ Enable Right Click for Google Chrome™
ID hagnihgfmpjkegpopddiigoaabddfkcj
官方URL https://chromewebstore.google.com/detail/enable-right-click-for-go/hagnihgfmpjkegpopddiigoaabddfkcj
简介 Enable Right Click when websites disable it.
文件大小 25.46 KB
安装次数 1,765
当前版本 1.0.0
更新时间 2022-07-19
上架时间 2022-07-13
评分 5.00/5 共6次评分
开发者 https://timleland.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://timleland.com/
帮助页面URL https://timleland.com/contact/
隐私政策页面URL https://t.ly/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Enable Right Click for Google Chrome\u2122",
    "homepage_url": "https:\/\/timleland.com\/enable-right-click-extension\/",
    "version": "1.0.0",
    "icons": {
        "128": "media\/icons\/icon128.png"
    },
    "description": "Enable Right Click when websites disable it.",
    "action": {
        "default_icon": {
            "38": "media\/icons\/icon38.png"
        },
        "default_title": "Enable Right Click"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ]
}