Enable Right Click
Enables right clicking on pages that have it disabled.
O que é Enable Right Click?
Enable Right Click é uma extensão do Chrome desenvolvida por https://mattw.life, e sua principal característica é "Enables right clicking on pages that have it disabled.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Enable Right Click
Baixe arquivos de extensão Enable Right Click no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Prevents websites from disabling the default right click context menu.
Informações Básicas da Extensão
Nome | Enable Right Click |
ID | dcjhdaiolbgldmmfggnlbmjcifkmhohi |
URL Oficial | https://chromewebstore.google.com/detail/enable-right-click/dcjhdaiolbgldmmfggnlbmjcifkmhohi |
Descrição | Enables right clicking on pages that have it disabled. |
Tamanho do Arquivo | 12.92 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 1.2.1 |
Última Atualização | 2022-05-25 |
Data de Publicação | 2018-01-24 |
Classificação | 4.21/5 Total de 110 Avaliações |
Desenvolvedor | https://mattw.life |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://mattw.life |
Idiomas Suportados | 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" } } |