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
Eメール [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"
            ]
        }
    ]
}