By: tahijh
Inspect and view changes in API Key Detector source codes across current and past versions
CloudDash AWS →
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "API Key Detector",
"version": "1.0.0",
"description": "Scans the current page for exposed API keys and secrets: AWS, GitHub, Stripe, Google and more.",
"browser_specific_settings": {
"gecko": {
"id": "{1b8b10eb-045d-420b-8866-b9973307567e}",
"strict_min_version": "96.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"browser_action": {
"default_icon": {
"16": "assets/icons/icon16.png",
"32": "assets/icons/icon32.png",
"48": "assets/icons/icon48.png",
"96": "assets/icons/icon96.png",
"128": "assets/icons/icon128.png"
},
"default_title": "API Key Detector",
"default_popup": "src/popup.html"
},
"icons": {
"16": "assets/icons/icon16.png",
"32": "assets/icons/icon32.png",
"48": "assets/icons/icon48.png",
"96": "assets/icons/icon96.png",
"128": "assets/icons/icon128.png"
},
"permissions": [
"tabs",
"activeTab"
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"src/content.js"
],
"run_at": "document_idle"
}
]
} Best API Key Detector Alternatives
Here are some Firefox add-ons that are similar to API Key Detector:
Credential Leak Finder
tahijh
Secret Scanner
tahijh
SecretSifter: Credentials & Secrets Scanner
SecretSifter
KeyFinder
moamenbasel
YetAnotherBrowserExtension
ONSEC
CredScanner
CredScanner
Secret Scanner
Christian Pulvermacher
JS Analyzer
Faxcel
AI Paste Guard
Jugal Joshi
Tyre-Kicker-Security
Alex
Copy-Safe Secrets
Savo
Secret Scanner
Mr_ofcodyx