Temp Mail A+ - Disposable email
Extension to generate Temp Mail - Disposable email
Was ist Temp Mail A+ - Disposable email?
Temp Mail A+ - Disposable email ist eine Chrome-Erweiterung, die von https://tempmaila.com entwickelt wurde, und ihr Hauptmerkmal ist "Extension to generate Temp Mail - Disposable email".
Erweiterungsscreenshots
Temp Mail A+ - Disposable email-Erweiterungs-CRX-Datei herunterladen
Laden Sie Temp Mail A+ - Disposable email-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A disposable email is typically a temporary email address that is used only once and often for a short period of time. Disposable email addresses can be used in place of your personal email address and can help protect your privacy by preventing spam or unwanted mail. They are convenient when signing up for many websites or services and can be automatically deleted after a few hours or a few days.
Grundlegende Informationen zur Erweiterung
Name | Temp Mail A+ - Disposable email |
ID | imbgcdakhillciogjocnopkdfnbepnff |
Offizielle URL | https://chromewebstore.google.com/detail/temp-mail-a+-disposable-e/imbgcdakhillciogjocnopkdfnbepnff |
Beschreibung | Extension to generate Temp Mail - Disposable email |
Dateigröße | 302 KB |
Installationsanzahl | 21 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-02-23 |
Veröffentlichungsdatum | 2023-02-23 |
Entwickler | https://tempmaila.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://tempmaila.com |
Hilfeseite URL | https://tempmaila.com/contact |
URL der Datenschutzrichtlinien-Seite | https://tempmaila.com/page/privacy-policy |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "action": { "default_icon": { "16": "assets\/images\/16x16.png", "32": "assets\/images\/48x48.png", "48": "assets\/images\/128x128.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "assets\/js\/background.js" }, "content_scripts": [ { "js": [ "assets\/js\/jquery-3.6.0.min.js", "assets\/js\/inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Extension to generate Temp Mail - Disposable email", "host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "assets\/images\/128x128.png", "16": "assets\/images\/16x16.png", "32": "assets\/images\/48x48.png" }, "manifest_version": 3, "name": "Temp Mail A+ - Disposable email", "permissions": [ "activeTab", "storage", "notifications", "contextMenus", "alarms" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |