Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Forensic OSINT Full Page Screen Capture", "description": "Empower your OSINT investigations with intuitive capture tools, easy video downloads, and secure data handling", "version": "2.7.1", "permissions": [ "activeTab", "tabs", "downloads", "storage", "scripting", "pageCapture", "webNavigation", "identity", "cookies", "webRequest" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "assets\/images\/progress-spinner.gif" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.js" ], "run_at": "document_idle" } ] }