Remove ZergNet
Expunge all sites of ZergNet links.
What is Remove ZergNet?
Remove ZergNet is a Chrome extension developed by [email protected], and its main feature is "Expunge all sites of ZergNet links.".
Extension Screenshots
Download Remove ZergNet Extension CRX File
Download Remove ZergNet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | manjkebbkajmpdndbahchokjphleklak |
Official URL | https://chrome.google.com/webstore/detail/remove-zergnet/manjkebbkajmpdndbahchokjphleklak |
Description | Expunge all sites of ZergNet links. |
File Size | 9.54 KB |
Installation Count | 679 |
Current Version | 0.1 |
Last Updated | 2014-03-08 |
Publish Date | 2014-03-08 |
Rating | 2.75/5 Total 20 Ratings |
Developer | [email protected] |
Payment Type | free |
Extension Website | https://github.com/zacs/remove-zergnet |
Help Page URL | https://github.com/zacs/remove-zergnet/issues |
Supported Languages | 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" } |