Remove ZergNet
Expunge all sites of ZergNet links.
O que é Remove ZergNet?
Remove ZergNet é uma extensão do Chrome desenvolvida por [email protected], e sua principal característica é "Expunge all sites of ZergNet links.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Remove ZergNet
Baixe arquivos de extensão Remove ZergNet 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
Many blogs feature "Around The Web" sections in their sidebars and footers, which have unrelated links that end up taking you a portal called ZergNet. The links don't actually take the user to the articles they seem to, which can be frustrating. This extension simply removes the links in the first place.
Informações Básicas da Extensão
Nome | |
ID | manjkebbkajmpdndbahchokjphleklak |
URL Oficial | https://chrome.google.com/webstore/detail/remove-zergnet/manjkebbkajmpdndbahchokjphleklak |
Descrição | Expunge all sites of ZergNet links. |
Tamanho do Arquivo | 9.54 KB |
Contagem de Instalações | 679 |
Versão Atual | 0.1 |
Última Atualização | 2014-03-08 |
Data de Publicação | 2014-03-08 |
Classificação | 2.75/5 Total de 20 Avaliações |
Desenvolvedor | [email protected] |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/zacs/remove-zergnet |
URL da Página de Ajuda | https://github.com/zacs/remove-zergnet/issues |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove ZergNet", "description": "Expunge all sites of ZergNet links.", "version": "0.1", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [], "js": [ "remove.zergnet.user.js" ] } ], "author": "Zac Schellhardt" } |