TopSecret

TopSecret es una extensión para Google Chrome que revela las imágenes ocultas en una web.

What is TopSecret?

TopSecret is a Chrome extension developed by https://www.lucianoaibar.com, and its main feature is "TopSecret es una extensión para Google Chrome que revela las imágenes ocultas en una web.".

Extension Screenshots

screenshot

Download TopSecret Extension CRX File

Download TopSecret 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

                        TopSecret sirve para convertir enlaces a imágenes en direcciones codificadas.

Por ejemplo convierte este texto:
http://www.lucianoaibar.com/topsecret/img/imagen_oculta.jpg

en esto:
@aHR0cDovL3d3dy5sdWNpYW5vYWliYXIuY29tL3RvcHNlY3JldC9pbWcvaW1hZ2VuX29jdWx0YS5qcGc=@

Luego podes compartir ese enlace codificado y quienes tengan instalada la extension, con un solo click pueden revertir el proceso obteniendo de nuevo la imagen.

El generador de enlaces y la extension estan aqui:
http://www.lucianoaibar.com/topsecret/                    

Extension Basic Information

Name TopSecret TopSecret
ID bjkejednelepaimcgomjlhpipoalidog
Official URL https://chromewebstore.google.com/detail/topsecret/bjkejednelepaimcgomjlhpipoalidog
Description TopSecret es una extensión para Google Chrome que revela las imágenes ocultas en una web.
File Size 9.31 KB
Installation Count 49
Current Version 1.0.0.0
Last Updated 2014-10-03
Publish Date 2014-10-03
Rating 1.00/5 Total 1 Ratings
Developer https://www.lucianoaibar.com
Payment Type free
Extension Website http://www.lucianoaibar.com/topsecret
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TopSecret",
    "version": "1.0.0.0",
    "description": "TopSecret es una extensi\u00f3n para Google Chrome que revela las im\u00e1genes ocultas en una web.",
    "author": "Luciano Aibar",
    "homepage_url": "http:\/\/www.lucianoaibar.com\/topsecret\/",
    "icons": {
        "16": "icono_topsecret_16.png",
        "48": "icono_topsecret_48.png",
        "128": "icono_topsecret_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icono_topsecret_19.png"
        },
        "default_title": "TopSecret"
    }
}