Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jan 19, 2026.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "TwitPly - X (Twitter) Reply Tracker and Assistant",
"version": "2.3.0",
"description": "X reply tracker & habit builder. Tracks daily replies, monitors streaks, builds consistency. Optional AI reply assistant.",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/x.com\/*",
"https:\/\/twitply.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/x.com\/*"
],
"js": [
"content.js"
],
"css": [
"panel.css"
],
"run_at": "document_idle"
}
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_title": "X Reply Assistant"
},
"icons": {
"128": "icons\/icon128.png"
},
"options_page": "options.html",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; base-uri 'self'; connect-src https:\/\/twitply.com"
}
}