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
官方網址 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"
            ]
        }
    ]
}