Twitter : Unfollower(2021) !

very simple Macro unfollower for twitter

Cos'è Twitter : Unfollower(2021) !?

Twitter : Unfollower(2021) ! è un'estensione di Chrome sviluppata da https://frxangelz.blogspot.com, e la sua funzione principale è "very simple Macro unfollower for twitter".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter : Unfollower(2021) !

Scarica i file di estensione Twitter : Unfollower(2021) ! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Twitter : Unfollower(2021) ! Twitter : Unfollower(2021) !
ID oajhdhfkllnbfakcndmkmhcchpgpjkfo
URL Ufficiale https://chromewebstore.google.com/detail/twitter-unfollower2021/oajhdhfkllnbfakcndmkmhcchpgpjkfo
Descrizione very simple Macro unfollower for twitter
Dimensione del File 295 KB
Conteggio Installazioni 220
Versione Corrente 0.0.5
Ultimo Aggiornamento 2021-09-12
Data di Pubblicazione 2018-05-23
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore https://frxangelz.blogspot.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://frxangelz.blogspot.com/2015/04/twitter-unfollower-chrome-extension.html
URL della Pagina di Aiuto https://www.youtube.com/channel/UCqRqvw9n7Lrh79x3dRDOkDg
Lingue Supportate 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"
            ]
        }
    ]
}