Remove ZergNet
Expunge all sites of ZergNet links.
什么是Remove ZergNet?
Remove ZergNet是由[email protected]开发的Chrome扩展程序,该扩展的主要功能是“Expunge all sites of ZergNet links.”。
扩展截图
下载Remove ZergNet扩展crx文件
下载Remove ZergNet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | manjkebbkajmpdndbahchokjphleklak |
官方URL | https://chrome.google.com/webstore/detail/remove-zergnet/manjkebbkajmpdndbahchokjphleklak |
简介 | Expunge all sites of ZergNet links. |
文件大小 | 9.54 KB |
安装次数 | 679 |
当前版本 | 0.1 |
更新时间 | 2014-03-08 |
上架时间 | 2014-03-08 |
评分 | 2.75/5 共20次评分 |
开发者 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/zacs/remove-zergnet |
帮助页面URL | https://github.com/zacs/remove-zergnet/issues |
支持的语言 | 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" } |