WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
X Unfollower - Twitter Unfollower

X Unfollower - Twitter Unfollower

View on Chrome Web Store
View X Unfollower - Twitter Unfollower Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (14 ratings)
1 new 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.

A smart X/Twitter unfollow tool effortlessly unfollows inactive and small accounts, focusing on quality connections.
Type
Extension
Users
764 users
3
Website xunfollower.com
AddonsNext
View author page of AddonsNext
Published
Published on May 9, 2024
Version 1.0.3
Manifest version
3
Updated
Updated on May 17, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View X Unfollower - Twitter Unfollower 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 Unfollower - Twitter Unfollower",
    "description": "A smart X\/Twitter unfollow tool effortlessly unfollows inactive and small accounts, focusing on quality connections.",
    "version": "1.0.3",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "action": [],
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.x.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.echobot.dev\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dashboard.html"
            ],
            "matches": [
                "*:\/\/*.x.com\/*",
                "*:\/\/*.twitter.com\/*"
            ]
        },
        {
            "resources": [
                "content-scripts\/ui.css"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.x.com\/*"
            ]
        }
    ],
    "background": {
        "type": "module",
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/xunfollower.echobot.dev\/auth_redirect*"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "content-scripts\/auth.js"
            ]
        },
        {
            "matches": [
                "https:\/\/echobot.dev\/xunfollower\/checkout*"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "content-scripts\/payCallback.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.x.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "content-scripts\/ui.js"
            ]
        }
    ]
}
© 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