Encrypto-Blog Reader

Decryption extension for Google Chrome.

Co to jest Encrypto-Blog Reader?

Encrypto-Blog Reader to rozszerzenie Chrome opracowane przez Jamhead, a jego główną funkcją jest „Decryption extension for Google Chrome.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Encrypto-Blog Reader

Pobierz pliki rozszerzeń Encrypto-Blog Reader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Encrypto-Blog Reader Encrypto-Blog Reader
ID codjdpidpokicflnohcfdjfcanliipoe
Oficjalny URL https://chrome.google.com/webstore/detail/encrypto-blog-reader/codjdpidpokicflnohcfdjfcanliipoe
Opis Decryption extension for Google Chrome.
Rozmiar pliku 182 KB
Liczba instalacji 18
Aktualna Wersja 1.4.1
Ostatnia Aktualizacja 2013-07-07
Data Publikacji 2013-07-07
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Jamhead
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}