By: ONSEC
Inspect and view changes in YetAnotherBrowserExtension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "YetAnotherBrowserExtension",
"version": "1.4",
"description": "Automatically scan websites for exposed API keys, tokens, secrets, and security misconfigurations.",
"homepage_url": "https://onsec.io",
"browser_specific_settings": {
"gecko": {
"id": "info@onsec.io",
"strict_min_version": "126.0"
}
},
"permissions": [
"storage",
"tabs",
"activeTab",
"notifications",
"webRequest",
"webRequestBlocking",
"webRequestFilterResponse"
],
"host_permissions": [
"https://*/*",
"http://*/*"
],
"background": {
"scripts": [
"background.js"
],
"service_worker": "background.js"
},
"action": {
"default_title": "YetAnotherBrowserExtension - Security Scanner",
"default_popup": "popup.html",
"default_icon": {
"48": "icons/logo_on_48.png",
"128": "icons/logo_on_128.png"
}
},
"icons": {
"48": "icons/logo_on_48.png",
"128": "icons/logo_on_128.png"
},
"content_scripts": [
{
"matches": [
"https://*/*",
"http://*/*"
],
"js": [
"content.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"options_page": "options.html",
"web_accessible_resources": [
{
"resources": [
"icons/*",
"interceptor.js"
],
"matches": [
"<all_urls>"
]
}
]
} Best YetAnotherBrowserExtension Alternatives
Here are some Firefox add-ons that are similar to YetAnotherBrowserExtension:
Secret Scanner
Christian Pulvermacher
Secret Scanner
Mr_ofcodyx
CredScanner
CredScanner
SecretSifter: Credentials & Secrets Scanner
SecretSifter
Tyre-Kicker-Security
Alex
KeyFinder
moamenbasel
Endpoint Security Checker
Dave Rodriguez
JS Analyzer
Faxcel
FerretWatch
Noam
API Key Detector
tahijh
JS Recon Buddy
JSReconBuddy
Web Scraper - Export & Security Scanner
voon