Div Be Gone
Delete persky div tags
O que é Div Be Gone?
Div Be Gone é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Delete persky div tags".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Div Be Gone
Baixe arquivos de extensão Div Be Gone 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
Delete those pesky tags that get on the way of your web browsing. Modals popup asking you to subscribe? be gone! Trying to check a linked in account without logging in? get out of here! Just click the extension and highlight the tag you want to delete, then click it to remove it.
Informações Básicas da Extensão
Nome | Div Be Gone |
ID | fpdeemfnmfadndkoaafnnlfbceicekcn |
URL Oficial | https://chromewebstore.google.com/detail/div-be-gone/fpdeemfnmfadndkoaafnnlfbceicekcn |
Descrição | Delete persky div tags |
Tamanho do Arquivo | 72.42 KB |
Contagem de Instalações | 46 |
Versão Atual | 1.0 |
Última Atualização | 2017-06-28 |
Data de Publicação | 2017-06-28 |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/rtrigoso/dom_delete_extension |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Div Be Gone", "description": "Delete persky div tags", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Delete pesky div tags", "default_icon": "aerosol.png" }, "manifest_version": 2 } |