Encrypto-Blog Reader
Decryption extension for Google Chrome.
Qu'est-ce que Encrypto-Blog Reader ?
Encrypto-Blog Reader est une extension Chrome développée par Jamhead, et sa fonction principale est "Decryption extension for Google Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Encrypto-Blog Reader
Téléchargez les fichiers d'extension Encrypto-Blog Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | codjdpidpokicflnohcfdjfcanliipoe |
URL Officiel | https://chrome.google.com/webstore/detail/encrypto-blog-reader/codjdpidpokicflnohcfdjfcanliipoe |
Description | Decryption extension for Google Chrome. |
Taille du Fichier | 182 KB |
Nombre d'Installations | 18 |
Version Actuelle | 1.4.1 |
Dernière Mise à Jour | 2013-07-07 |
Date de Publication | 2013-07-07 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Jamhead |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |