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": "TwitKit: AI Reply & Content Remix for X\/Twitter",
"version": "1.0.5",
"description": "AI reply assistant & content remix tool for X\/Twitter. Draft replies, remix posts. Twitter extension with AI-powered features.",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/x.com\/*",
"https:\/\/pro.x.com\/*",
"https:\/\/twitkit.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/x.com\/*",
"https:\/\/pro.x.com\/*"
],
"js": [
"content.js"
],
"css": [
"panel.css"
],
"run_at": "document_idle"
}
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_title": "TwitKit - AI Replies & Remixes for X"
},
"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:\/\/twitkit.com"
}
}