Remove ZergNet
Expunge all sites of ZergNet links.
¿Qué es Remove ZergNet?
Remove ZergNet es una extensión de Chrome desarrollada por [email protected], y su función principal es "Expunge all sites of ZergNet links.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Remove ZergNet
Descarga archivos de extensión Remove ZergNet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | manjkebbkajmpdndbahchokjphleklak |
URL Oficial | https://chrome.google.com/webstore/detail/remove-zergnet/manjkebbkajmpdndbahchokjphleklak |
Descripción | Expunge all sites of ZergNet links. |
Tamaño del Archivo | 9.54 KB |
Cantidad de Instalaciones | 679 |
Versión Actual | 0.1 |
Última Actualización | 2014-03-08 |
Fecha de Publicación | 2014-03-08 |
Calificación | 2.75/5 Total de 20 Calificaciones |
Desarrollador | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/zacs/remove-zergnet |
URL de la Página de Ayuda | https://github.com/zacs/remove-zergnet/issues |
Idiomas Soportados | 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" } |