Twitter : Unfollower(2021) !

very simple Macro unfollower for twitter

What is Twitter : Unfollower(2021) !?

Twitter : Unfollower(2021) ! is a Chrome extension developed by https://frxangelz.blogspot.com, and its main feature is "very simple Macro unfollower for twitter".

Extension Screenshots

screenshot

Download Twitter : Unfollower(2021) ! Extension CRX File

Download Twitter : Unfollower(2021) ! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Updated due to Twitter Design Changed

very simple twitter macro to unfollow all followed users, use with random interval so it looks like normal user's activity
twitter unfollower macro is the best tool for easy and quick twitter unfollow. it will mass unfollow people on twitter while you're away.

you can set min-max interval between unfollow action( in seconds ), to make it more random, you should keep interval between 5-30.

Note:
just check my youtube video on how to install this extension for free. 

Thankyou.                    

Extension Basic Information

Name Twitter : Unfollower(2021) ! Twitter : Unfollower(2021) !
ID oajhdhfkllnbfakcndmkmhcchpgpjkfo
Official URL https://chromewebstore.google.com/detail/twitter-unfollower2021/oajhdhfkllnbfakcndmkmhcchpgpjkfo
Description very simple Macro unfollower for twitter
File Size 295 KB
Installation Count 220
Current Version 0.0.5
Last Updated 2021-09-12
Publish Date 2018-05-23
Rating 1.00/5 Total 1 Ratings
Developer https://frxangelz.blogspot.com
Email [email protected]
Payment Type free
Extension Website http://frxangelz.blogspot.com/2015/04/twitter-unfollower-chrome-extension.html
Help Page URL https://www.youtube.com/channel/UCqRqvw9n7Lrh79x3dRDOkDg
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter : Unfollower(2021) !",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "very simple Macro unfollower for twitter",
    "homepage_url": "http:\/\/frxangelz.blogspot.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Twitter unfollower",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "background",
        "http:\/\/*.twitter.com\/*",
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}