Encrypto-Blog Reader

Decryption extension for Google Chrome.

ما هو Encrypto-Blog Reader؟

Encrypto-Blog Reader هو إضافة Chrome تم تطويرها بواسطة Jamhead، والميزة الرئيسية لها هي "Decryption extension for Google Chrome.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Encrypto-Blog Reader

قم بتنزيل ملفات الامتداد Encrypto-Blog Reader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Encrypto-Blog Reader Encrypto-Blog Reader
ID codjdpidpokicflnohcfdjfcanliipoe
عنوان URL الرسمي https://chrome.google.com/webstore/detail/encrypto-blog-reader/codjdpidpokicflnohcfdjfcanliipoe
الوصف Decryption extension for Google Chrome.
حجم الملف 182 KB
عدد التثبيتات 18
النسخة الحالية 1.4.1
آخر تحديث 2013-07-07
تاريخ النشر 2013-07-07
تقييم 3.00/5 مجموع تقييمات 2
المطور Jamhead
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    ]
}