LaNacion Unlocker

Unlock the annoying popup in lanacion.com while viewing a page.

Wat is LaNacion Unlocker?

LaNacion Unlocker is een Chrome-extensie ontwikkeld door Gonzalo Aune, en de belangrijkste functie is "Unlock the annoying popup in lanacion.com while viewing a page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LaNacion Unlocker

Download LaNacion Unlocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Querés deshabilitar el nuevo popup de registro de LaNacion Online cada vez que mirás una noticia?, solamente instalá esta extensión y apenas termina de cargar la página listo!                    

Basisinformatie over de Extensie

Naam LaNacion Unlocker LaNacion Unlocker
ID innldcmcpfpnbpfjngejohmfffbfccin
Officiële URL https://chrome.google.com/webstore/detail/lanacion-unlocker/innldcmcpfpnbpfjngejohmfffbfccin
Beschrijving Unlock the annoying popup in lanacion.com while viewing a page.
Bestandsgrootte 125 KB
Aantal Installaties 43
Huidige Versie 2.0
Laatst Bijgewerkt 2015-10-26
Publicatiedatum 2015-10-26
Beoordeling 2.60/5 Totaal 5 Beoordelingen
Ontwikkelaar Gonzalo Aune
Betalingswijze free
Ondersteunde Talen es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LaNacion Unlocker",
    "description": "Unlock the annoying popup in lanacion.com while viewing a page.",
    "version": "2.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/*.lanacion.com.ar\/",
        "http:\/\/*.lanacion.com\/",
        "tabs",
        "webNavigation"
    ],
    "browser_action": {
        "default_icon": "lanacion.png",
        "default_title": "Unlock LaNacion"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.3.min.js",
                "unlocker.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}