Enable Right Click for Google Chrome™

Enable Right Click when websites disable it.

Enable Right Click for Google Chrome™ là gì?

Enable Right Click for Google Chrome™ là một tiện ích mở rộng Chrome được phát triển bởi https://timleland.com, và tính năng chính của nó là "Enable Right Click when websites disable it.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Enable Right Click for Google Chrome™

Tải xuống các tệp mở rộng Enable Right Click for Google Chrome™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Enable Right Click for Google Chrome™ Enable Right Click for Google Chrome™
ID hagnihgfmpjkegpopddiigoaabddfkcj
URL Chính Thức https://chromewebstore.google.com/detail/enable-right-click-for-go/hagnihgfmpjkegpopddiigoaabddfkcj
Mô tả Enable Right Click when websites disable it.
Kích Thước Tệp 25.46 KB
Số Lần Cài Đặt 1,765
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-07-19
Ngày Phát Hành 2022-07-13
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://timleland.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://timleland.com/
URL Trang Trợ Giúp https://timleland.com/contact/
URL Trang Chính Sách Bảo Mật https://t.ly/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}