Enable Right Click
Enables right clicking on pages that have it disabled.
Enable Right Clickคืออะไร?
Enable Right Click เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mattw.life และคุณลักษณะหลักของมันคือ "Enables right clicking on pages that have it disabled."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enable Right Click
ดาวน์โหลดไฟล์ส่วนขยาย Enable Right Click ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Prevents websites from disabling the default right click context menu.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Enable Right Click |
ID | dcjhdaiolbgldmmfggnlbmjcifkmhohi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/enable-right-click/dcjhdaiolbgldmmfggnlbmjcifkmhohi |
คำอธิบาย | Enables right clicking on pages that have it disabled. |
ขนาดไฟล์ | 12.92 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2022-05-25 |
วันที่เผยแพร่ | 2018-01-24 |
คะแนน | 4.21/5 รวมทั้งหมด 110 คะแนน |
ผู้พัฒนา | https://mattw.life |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://mattw.life |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enable Right Click", "version": "1.2.1", "description": "Enables right clicking on pages that have it disabled.", "manifest_version": 3, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": [], "permissions": [ "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" } } |