By: SecretSifter
Inspect and view changes in SecretSifter: Credentials & Secrets Scanner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "SecretSifter: Credentials & Secrets Scanner",
"version": "1.0.0",
"description": "Detects secrets, API keys, and tokens in JS, JSON, XML, and HTML at runtime",
"author": "Hemanth Gorijala",
"browser_specific_settings": {
"gecko": {
"id": "secretsifter@secretsifter.github.io",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
},
"permissions": [
"webRequest",
"webRequestBlocking",
"webRequestFilterResponse",
"tabs",
"storage",
"activeTab",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"options_page": "settings/settings.html",
"background": {
"scripts": [
"background/service-worker.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content/injector.js"
],
"run_at": "document_start",
"world": "MAIN",
"all_frames": false
},
{
"matches": [
"<all_urls>"
],
"js": [
"scanner/scanner.js",
"content/content.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"devtools_page": "devtools/devtools.html",
"action": {
"default_popup": "popup/popup.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"default_title": "SecretSifter: Live Credentials & Secrets Scanner"
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"scanner/scanner.js",
"report/report.html",
"settings/settings.html"
],
"matches": [
"<all_urls>"
]
}
]
} Best SecretSifter: Credentials & Secrets Scanner Alternatives
Here are some Firefox add-ons that are similar to SecretSifter: Credentials & Secrets Scanner:
Secret Scanner
tahijh
CredScanner
CredScanner
Secret Scanner
Christian Pulvermacher
Tyre-Kicker-Security
Alex
KeyFinder
moamenbasel
API Key Detector
tahijh
Secret Scanner
Mr_ofcodyx
YetAnotherBrowserExtension
ONSEC
JS Extractor
rdzsp
Credential Leak Finder
tahijh
Copy-Safe Secrets
Savo
JS Analyzer
Faxcel