Inspect and view changes in OsintX source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "OsintX",
"version": "2.1",
"description": "OsintX 🔍 is an extension that allows you to automate research tasks but not that OsintX also allows you to practice osint easily without skill.",
"permissions": [
"tabs",
"system.cpu",
"storage",
"downloads",
"scripting",
"history",
"cookies",
"contextMenus",
"webRequest",
"webRequestBlocking",
"*://*.discord.com/"
],
"host_permissions": [
"https://discord.com/"
],
"background": {
"service_worker": "background.js",
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"jquery.js",
"worker.js"
],
"run_at": "document_end"
},
{
"matches": [
"<all_urls>"
],
"js": [
"content.js",
"script.js"
]
}
],
"icons": {
"128": "image/128.png"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
},
"description": "Opens hello.html"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{93b5bb7e-cd0f-4d35-a941-e916a1f7c4fd}"
}
}
} Best OsintX Alternatives
Here are some Firefox add-ons that are similar to OsintX: