Linicom Links Skipper

The end to the annoying linicom links

What is Linicom Links Skipper?

Linicom Links Skipper is a Chrome extension developed by https://oridov.com, and its main feature is "The end to the annoying linicom links".

Extension Screenshots

screenshot

Download Linicom Links Skipper Extension CRX File

Download Linicom Links Skipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This little extension will help you avoid those disturbing Linicom jump links by skipping them automatically.                    

Extension Basic Information

Name Linicom Links Skipper Linicom Links Skipper
ID begmcjdahgmofaobfiilhmhfbpjgnjle
Official URL https://chromewebstore.google.com/detail/linicom-links-skipper/begmcjdahgmofaobfiilhmhfbpjgnjle
Description The end to the annoying linicom links
File Size 2.91 KB
Installation Count 15
Current Version 1.1
Last Updated 2013-01-24
Publish Date 2013-01-24
Rating 3.00/5 Total 2 Ratings
Developer https://oridov.com
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}