Ew, Mail!
Ew, Mail! allows you to easily use a temp-mail.org mail when registering.
Qu'est-ce que Ew, Mail! ?
Ew, Mail! est une extension Chrome développée par vantezzen, et sa fonction principale est "Ew, Mail! allows you to easily use a temp-mail.org mail when registering.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ew, Mail!
Téléchargez les fichiers d'extension Ew, Mail! 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
Ew, Mail! allows you to easily use a temp-mail.org mail when registering. This extension is not affiliated to temp-mail.org in any way! Simply right-click on any input field and select "Use temporary mail". Ew, Mail! will automatically open temp-mail.org in the background and insert your temporary e-mail address into the input field. The full source code of this extension is available on https://github.com/vantezzen/ewmail, if you find any issues or have a question please visit https://github.com/vantezzen/ewmail/issues. This extension needs the following permissions: - "Read and change all you data on the websites that you visit" to read your current e-mail address from temp-mail.org and insert it into your current page This extension is not affiliated to temp-mail.org in any way!
Informations de Base sur l'Extension
Nom | Ew, Mail! |
ID | lidnahlamdofklamooajjnopnloljlgp |
URL Officiel | https://chromewebstore.google.com/detail/ew-mail/lidnahlamdofklamooajjnopnloljlgp |
Description | Ew, Mail! allows you to easily use a temp-mail.org mail when registering. |
Taille du Fichier | 43.18 KB |
Nombre d'Installations | 101 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2020-01-02 |
Date de Publication | 2019-12-30 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | vantezzen |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/vantezzen/ewmail |
URL de la Page de Politique de Confidentialité | https://hollstein.io/browserprivacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ew, Mail!", "version": "1.2", "description": "Ew, Mail! allows you to easily use a temp-mail.org mail when registering.", "homepage_url": "https:\/\/github.com\/vantezzen\/ewmail", "icons": { "48": "icons\/icon-48.png" }, "permissions": [ "activeTab", "tabs", "https:\/\/temp-mail.org\/", "contextMenus" ], "background": { "scripts": [ "background-scripts.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "run_at": "document_start" } ] } |