Remove ZergNet
Expunge all sites of ZergNet links.
Wat is Remove ZergNet?
Remove ZergNet is een Chrome-extensie ontwikkeld door [email protected], en de belangrijkste functie is "Expunge all sites of ZergNet links.".
Extensie Screenshots
Download het CRX-bestand van de extensie Remove ZergNet
Download Remove ZergNet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | manjkebbkajmpdndbahchokjphleklak |
Officiële URL | https://chrome.google.com/webstore/detail/remove-zergnet/manjkebbkajmpdndbahchokjphleklak |
Beschrijving | Expunge all sites of ZergNet links. |
Bestandsgrootte | 9.54 KB |
Aantal Installaties | 679 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-03-08 |
Publicatiedatum | 2014-03-08 |
Beoordeling | 2.75/5 Totaal 20 Beoordelingen |
Ontwikkelaar | [email protected] |
Betalingswijze | free |
Extensiewebsite | https://github.com/zacs/remove-zergnet |
Help Pagina-URL | https://github.com/zacs/remove-zergnet/issues |
Ondersteunde Talen | 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" } |