One Click Extensions Manager
View, enable, disable, remove your extensions with ease.
O que é One Click Extensions Manager?
One Click Extensions Manager é uma extensão do Chrome desenvolvida por https://momane.com, e sua principal característica é "View, enable, disable, remove your extensions with ease.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão One Click Extensions Manager
Baixe arquivos de extensão One Click Extensions Manager 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
- Click the icon to show installed extensions - Click extension name to enable/disable this extension - Right click the extension name to uninstall the extension(with confirm) - Disable all extensions with one clicking - Enable all extensions with one clicking - Open the extension's options page by clicking gear icon after it's name - Type in the search area to search the extension quickly - Press Ctrz+z(Windows) cmd+z(OSX) Super+z(Ubuntu) to UNDO options - No Ads - Simple, fast, no background scripts, never read or collect your personal data
Informações Básicas da Extensão
Nome | One Click Extensions Manager |
ID | pbgjpgbpljobkekbhnnmlikbbfhbhmem |
URL Oficial | https://chromewebstore.google.com/detail/one-click-extensions-mana/pbgjpgbpljobkekbhnnmlikbbfhbhmem |
Descrição | View, enable, disable, remove your extensions with ease. |
Tamanho do Arquivo | 53.05 KB |
Contagem de Instalações | 34,371 |
Versão Atual | 23.7.26 |
Última Atualização | 2023-07-26 |
Data de Publicação | 2020-06-24 |
Classificação | 4.48/5 Total de 145 Avaliações |
Desenvolvedor | https://momane.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/hankxdev/one-click-extensions-manager |
URL da Página de Ajuda | https://github.com/hankxdev/one-click-extensions-manager |
URL da Página de Política de Privacidade | https://github.com/hankxdev/one-click-extensions-manager/blob/master/privacy-policy.md |
Idiomas Suportados | de,en,fr,tr,es,it,ru,iw,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "23.7.26", "manifest_version": 3, "homepage_url": "https:\/\/github.com\/hankxdev\/one-click-extensions-manager", "default_locale": "en", "permissions": [ "management", "storage" ], "minimum_chrome_version": "110", "icons": { "16": "logo.png", "128": "logo.png" }, "action": { "default_icon": "logo.png", "default_popup": "index.html?type=popup" }, "options_ui": { "page": "options\/options.html" }, "background": { "service_worker": "background.js", "type": "module" }, "commands": { "_execute_action": [] } } |