Encrypto-Blog Reader

Decryption extension for Google Chrome.

Co je Encrypto-Blog Reader?

Encrypto-Blog Reader je rozšíření Chrome vyvinuté Jamhead, a jeho hlavní funkcí je „Decryption extension for Google Chrome.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Encrypto-Blog Reader

Stáhněte si soubory rozšíření Encrypto-Blog Reader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        For use in conjunction with:
https://chrome.google.com/webstore/detail/encrypto-blog-writer/abdogbkdaofidplnchileepabhimdnod

- Decrypt easily messages shared with the "Encrypto-Blog Writer" extension
- No signing up required!
- Simple, quick and easy to use!

How to use:
Step 1: Get a password.
Your userID is in the settings page. Send this to whoever sent you encrypted messages and they'll give you a password for it! Simples!

Step 2: Decrypt a message.
Just copy and paste the encrypted message into the text area and click decrypt!                    

Základní Informace o Rozšíření

Název Encrypto-Blog Reader Encrypto-Blog Reader
ID codjdpidpokicflnohcfdjfcanliipoe
Oficiální URL https://chrome.google.com/webstore/detail/encrypto-blog-reader/codjdpidpokicflnohcfdjfcanliipoe
Popis Decryption extension for Google Chrome.
Velikost souboru 182 KB
Počet instalací 18
Aktuální Verze 1.4.1
Poslední Aktualizace 2013-07-07
Datum Vydání 2013-07-07
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Jamhead
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Encrypto-Blog Reader",
    "description": "Decryption extension for Google Chrome.",
    "version": "1.4.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/heuuuth.blogspot.ie\/*"
            ],
            "js": [
                "myHeuuuthScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "key.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "unlimitedStorage",
        "http:\/\/heuuuth.blogspot.ie\/",
        "tabs",
        "notifications"
    ]
}