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",
"name": "TAP Recon",
"description": "TAP Recon scans social platforms for key topics, alerts you instantly, and helps you engage smarter with AI-driven responses.",
"version": "2.9.3",
"manifest_version": 3,
"icons": {
"32": "assets\/images\/logo\/32x32.png",
"192": "assets\/images\/logo\/192x192.png",
"512": "assets\/images\/logo\/512x512.png"
},
"background": {
"service_worker": "dist\/webworker-index.js"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "networkruleset_1",
"enabled": true,
"path": "networkrule.json"
}
]
},
"permissions": [
"storage",
"cookies",
"declarativeNetRequest",
"alarms",
"notifications",
"contextMenus"
],
"host_permissions": [
"https:\/\/*.facebook.com\/*",
"https:\/\/*.linkedin.com\/*",
"https:\/\/*.reddit.com\/*",
"https:\/\/www.google.com\/*",
"https:\/\/ddevi.com\/*",
"https:\/\/ailogin.link\/*"
],
"optional_host_permissions": [
"https:\/\/*.instagram.com\/*",
"https:\/\/nextdoor.com\/*",
"https:\/\/nextdoor.de\/*",
"https:\/\/nextdoor.co.uk\/*",
"https:\/\/ca.nextdoor.com\/*",
"https:\/\/web.whatsapp.com\/*",
"https:\/\/*.x.com\/*",
"https:\/\/bsky.app\/*",
"https:\/\/*.bsky.network\/*",
"https:\/\/*.threads.com\/*",
"https:\/\/*.fbcdn.net\/*"
],
"action": {
"default_title": "Devi"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"options_page": "index.html",
"externally_connectable": {
"matches": [
"https:\/\/ddevi.com\/*",
"https:\/\/ailogin.link\/*"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
"assets\/js\/wppconnect-wa.js"
],
"world": "MAIN",
"run_at": "document_idle",
"all_frames": true
},
{
"matches": [
"https:\/\/bsky.app\/*"
],
"js": [
"assets\/js\/bluesky.js"
],
"world": "ISOLATED",
"run_at": "document_idle",
"all_frames": true
},
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
"assets\/js\/wa.js"
],
"world": "MAIN",
"run_at": "document_start",
"all_frames": true
}
]
}