Linicom Links Skipper
The end to the annoying linicom links
什么是Linicom Links Skipper?
Linicom Links Skipper是由https://oridov.com开发的Chrome扩展程序,该扩展的主要功能是“The end to the annoying linicom links”。
扩展截图
下载Linicom Links Skipper扩展crx文件
下载Linicom Links Skipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This little extension will help you avoid those disturbing Linicom jump links by skipping them automatically.
扩展基本信息
名称 | Linicom Links Skipper |
ID | begmcjdahgmofaobfiilhmhfbpjgnjle |
官方URL | https://chromewebstore.google.com/detail/linicom-links-skipper/begmcjdahgmofaobfiilhmhfbpjgnjle |
简介 | The end to the annoying linicom links |
文件大小 | 2.91 KB |
安装次数 | 15 |
当前版本 | 1.1 |
更新时间 | 2013-01-24 |
上架时间 | 2013-01-24 |
评分 | 3.00/5 共2次评分 |
开发者 | https://oridov.com |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linicom Links Skipper", "description": "The end to the annoying linicom links", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/linicom.co.il\/*" ], "css": [ "skipad.css" ], "js": [ "skipad.js" ] } ] } |