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": "X Followers Exporter Pro by PlugMonkey: Twitter Exporter",
"short_name": "x-followers-exporter-pro",
"version": "1.1.1",
"description": "Export X (Twitter) followers & following to CSV. 20+ data fields including bio, verified status, follower counts & more.",
"permissions": [
"storage",
"declarativeNetRequest",
"cookies"
],
"host_permissions": [
"*:\/\/*.x.com\/*",
"*:\/\/*.twitter.com\/*",
"https:\/\/*.plugmonkey.xyz\/*",
"https:\/\/api.lemonsqueezy.com\/*",
"https:\/\/plugmonkey-license-api.vercel.app\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*"
],
"js": [
"page-script.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*"
]
},
"background": {
"service_worker": "background.js"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"content\/modal.html",
"export-page\/export.html"
],
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; font-src 'self' https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com;",
"content_scripts": "font-src 'self' https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"author": "PlugMonkey"
}