Linicom Links Skipper

The end to the annoying linicom links

Qu'est-ce que Linicom Links Skipper ?

Linicom Links Skipper est une extension Chrome développée par https://oridov.com, et sa fonction principale est "The end to the annoying linicom links".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Linicom Links Skipper

Téléchargez les fichiers d'extension Linicom Links Skipper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Linicom Links Skipper Linicom Links Skipper
ID begmcjdahgmofaobfiilhmhfbpjgnjle
URL Officiel https://chromewebstore.google.com/detail/linicom-links-skipper/begmcjdahgmofaobfiilhmhfbpjgnjle
Description The end to the annoying linicom links
Taille du Fichier 2.91 KB
Nombre d'Installations 15
Version Actuelle 1.1
Dernière Mise à Jour 2013-01-24
Date de Publication 2013-01-24
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://oridov.com
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}