Allow Right-Click

Re-enable the possibility to use the context menu on sites that overrides it.

Allow Right-Clickคืออะไร?

Allow Right-Click เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CodeGenius และคุณลักษณะหลักของมันคือ "Re-enable the possibility to use the context menu on sites that overrides it."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Allow Right-Click

ดาวน์โหลดไฟล์ส่วนขยาย Allow Right-Click ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Context Menu Enabler - Re-enable Right-Click on Overridden Sites

Regain control of the context menu on restricted websites with the Context Menu Enabler extension for Google Chrome. Restore the power of right-click functionality effortlessly.

Do you encounter frustrating situations where websites disable the right-click context menu, supposedly to protect their content? We believe this restriction is unwarranted. Unfortunately, Google Chrome lacks advanced options to manage JavaScript behavior on websites, unlike browsers such as Konqueror, Opera, or Firefox. If you share our stance, show your support by starring this extension.

In the meantime, our Context Menu Enabler extension provides a clever workaround. By resetting the oncontextmenu property to its default behavior on various webpage elements, you can once again enjoy the full functionality of the context menu. Moreover, this extension seamlessly works with popular platforms like Flickr and YouTube, enabling right-click interactions on HTML5 videos.

If you come across a site where the extension doesn't work, please report it in our bug tracker rather than in the comments section. Similarly, if the extension causes any issues on a website, kindly report it through the bug tracker. Your feedback plays a vital role in our continuous efforts to enhance and refine the extension's performance.

We appreciate your support and encourage positive comments. Let's restore the freedom of the context menu together!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Allow Right-Click Allow Right-Click
ID jekdpdcpbhahidpjcbfbbmbmldbpjbhl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/allow-right-click/jekdpdcpbhahidpjcbfbbmbmldbpjbhl
คำอธิบาย Re-enable the possibility to use the context menu on sites that overrides it.
ขนาดไฟล์ 22.56 KB
จำนวนการติดตั้ง 346
เวอร์ชันปัจจุบัน 1.5.2.4
อัปเดตครั้งล่าสุด 2023-05-14
วันที่เผยแพร่ 2023-05-14
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา CodeGenius
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "version": "1.5.2.4",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "default_locale": "en",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/flickr.css"
            ],
            "match_about_blank": true
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/rightclick.js",
                "js\/new_rightclick.js"
            ],
            "match_about_blank": true,
            "cross_origin_embedding": "requireCorp"
        }
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}