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": "Threads Engagement Automation",
"version": "3.5.11",
"description": "Automate engagement and post scheduling on Threads.com with human-like interactions",
"permissions": [
"activeTab",
"contextMenus",
"storage",
"tabs",
"alarms"
],
"host_permissions": [
"https:\/\/*.threads.com\/*",
"https:\/\/*.vietnamcos.com\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
}
},
"icons": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.threads.com\/*"
],
"js": [
"services\/telegram-reporter.js",
"content.js"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"settings\/*.html",
"keywords\/*.html",
"dashboard\/*.html",
"post-scheduler\/*.html"
],
"matches": [
"<all_urls>"
]
}
]
}