Enable Right Click
Enables right clicking on pages that have it disabled.
什麼是Enable Right Click?
Enable Right Click是由https://mattw.life開發的Chrome擴展程式,該擴展的主要功能是“Enables right clicking on pages that have it disabled.”。
擴展截圖
下載Enable Right Click擴展crx文件
下載Enable Right Click擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Prevents websites from disabling the default right click context menu.
擴展基本資訊
名稱 | Enable Right Click |
ID | dcjhdaiolbgldmmfggnlbmjcifkmhohi |
官方網址 | 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" } } |