Remove ZergNet
Expunge all sites of ZergNet links.
Vad är Remove ZergNet?
Remove ZergNet är en Chrome-tillägg utvecklad av [email protected], och dess huvudfunktion är "Expunge all sites of ZergNet links.".
Tilläggsskärmbilder
Ladda ner Remove ZergNet-förlängningens CRX-fil
Ladda ner Remove ZergNet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | manjkebbkajmpdndbahchokjphleklak |
Officiell webbadress | https://chrome.google.com/webstore/detail/remove-zergnet/manjkebbkajmpdndbahchokjphleklak |
Beskrivning | Expunge all sites of ZergNet links. |
Filstorlek | 9.54 KB |
Antal Installationer | 679 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2014-03-08 |
Publiceringsdatum | 2014-03-08 |
Betyg | 2.75/5 Totalt 20 Betyg |
Utvecklare | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/zacs/remove-zergnet |
Hjälpsida URL | https://github.com/zacs/remove-zergnet/issues |
Stödda Språk | 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" } |