LaNacion Unlocker

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

What is LaNacion Unlocker?

LaNacion Unlocker is a Chrome extension developed by Gonzalo Aune, and its main feature is "Unlock the annoying popup in lanacion.com while viewing a page.".

Extension Screenshots

screenshot

Download LaNacion Unlocker Extension CRX File

Download LaNacion Unlocker 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

                        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!                    

Extension Basic Information

Name LaNacion Unlocker LaNacion Unlocker
ID innldcmcpfpnbpfjngejohmfffbfccin
Official URL https://chrome.google.com/webstore/detail/lanacion-unlocker/innldcmcpfpnbpfjngejohmfffbfccin
Description Unlock the annoying popup in lanacion.com while viewing a page.
File Size 125 KB
Installation Count 43
Current Version 2.0
Last Updated 2015-10-26
Publish Date 2015-10-26
Rating 2.60/5 Total 5 Ratings
Developer Gonzalo Aune
Payment Type free
Supported Languages 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"
    }
}