WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
X Followers Exporter Pro by PlugMonkey: Twitter Exporter

X Followers Exporter Pro by PlugMonkey: Twitter Exporter

View on Chrome Web Store
View X Followers Exporter Pro by PlugMonkey: Twitter Exporter Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Export X (Twitter) followers & following to CSV. 20+ data fields including bio, verified status, follower counts & more.
Type
Extension
Users
2 users
1
Website plugmonkey.xyz
PlugMonkey
View author page of PlugMonkey
Published
Published on November 5, 2025
Version 1.1.1
Manifest version
3
Updated
Updated on November 28, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View X Followers Exporter Pro by PlugMonkey: Twitter Exporter Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top