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™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timleland.com และคุณลักษณะหลักของมันคือ "Enable Right Click when websites disable it."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enable Right Click for Google Chrome™

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}