By: Jsmon
Inspect and view changes in S3 Bucket Scanner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "S3 Bucket Scanner",
"version": "1.0",
"description": "Detects and categorizes S3 buckets while browsing.",
"permissions": [
"activeTab",
"storage",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon.png",
"48": "icons/icon.png",
"128": "icons/icon.png"
}
},
"icons": {
"16": "icons/icon.png",
"48": "icons/icon.png",
"128": "icons/icon.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "s3bucketscanner@example.com"
}
}
} Best S3 Bucket Scanner Alternatives
Here are some Firefox add-ons that are similar to S3 Bucket Scanner:
S3BucketList
Alec Blance
S3 Bucket List
Alec Blance
S3 Explorer
Esmairi
JS Recon Buddy
JSReconBuddy
Security Pattern Scanner
Subhash Dasyam
ssec-seo Scanner
Shiyanthan
Dependency Security Scanner
Rahil Saini
urlscan.io
urlscan.io
Web Safety
Tatami-web
JS Analyzer
Faxcel
uBO-Scope
Raymond Hill