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 |
官方網址 | 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" ] } ] } |