Inspect and view changes in Spotting Capture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Spotting Capture",
"version": "0.1.0",
"description": "Inject the Spotting bug reporter on any site (QA / third-party testing).",
"permissions": [
"storage",
"activeTab",
"scripting",
"tabs"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "Spotting",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png"
}
},
"background": {
"service_worker": "background.js",
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"page-capture.js"
],
"run_at": "document_start",
"all_frames": true,
"world": "MAIN"
},
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"page-capture.js"
],
"matches": [
"http://*/*",
"https://*/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "extension@spotting.dev",
"strict_min_version": "128.0",
"data_collection_permissions": {
"required": [
"websiteActivity",
"websiteContent"
]
}
}
}
} Best Spotting Capture Alternatives
Here are some Firefox add-ons that are similar to Spotting Capture:
Spotter
Buzzvel
Online Screenshot Capture
Yasir Qureshi
Capture From Browser
Precompute
BugReplay
BugReplay Developers
BugBug Automation Testing
Giới thiệu GEN88
Bugfrog.io
Bugfrog.io
Spotlight
Ajoy Gonsalves
BugShot
BugShot
Full Page Screenshotter
Amarjit
webss.cloud Capture & Record
Webss Cloud
MarkShot: Screenshot Editor, Screen Recorder
Codeplay
Ybug - Visual feedback tool for websites
Ybug