By: Sohan Kanna
Inspect and view changes in Cred Mail source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Cred Mail",
"version": "1.1.2",
"description": "Local, privacy-first phishing detection.",
"permissions": [
"storage",
"webNavigation"
],
"host_permissions": [
"https://mail.google.com/*",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://mail.google.com/*"
],
"js": [
"content_gmail.js"
],
"run_at": "document_end"
},
{
"matches": [
"<all_urls>"
],
"js": [
"content_protector.js"
],
"run_at": "document_end"
}
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets/icon16.png",
"48": "assets/icon48.png",
"128": "assets/icon128.png"
}
},
"browser_specific_settings": {
"gecko": {
"id": "quiet-security@sohan.dev",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Cred Mail Alternatives
Here are some Firefox add-ons that are similar to Cred Mail:
InboxAudit
InboxAudit
URL Security Scanner
Sukhesh Chandra
CredScanner
CredScanner
Cloudphish Anti-Phishing Extension
Cloudphish, Inc.
Mails-Guard - Phishing Detector
Mails-Guard
AntiPhish - Phishing Detector
64n5h33
GhostGuard by GhostlySolutions
GhostlySolutions
ClickShield
Prajwal Thakur
Cryptolphin
CRYPTOLPHIN
PhishGuard
Firefox user 13411355
Community-Based Phishing Detection
Ch Ram Charan Reddy