Twitter Auto Follower Plus

follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison.

O que é Twitter Auto Follower Plus?

Twitter Auto Follower Plus é uma extensão do Chrome desenvolvida por http://globaltwittertrends.com, e sua principal característica é "follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Twitter Auto Follower Plus

Baixe arquivos de extensão Twitter Auto Follower Plus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This extension is ads-free and has no pro premium thing in it. Just a free and productive extension I made for myself to use.

This is mass follower for your twitter but it comes with more than that
1. mass follow people 
2. mass unfollow people 
3. mass like people tweets 
4. mass unlike people tweets
5. mass retweet other people tweets
6. mass unretweet other people tweets

It is faster and better than any other chrome extension based on twitter follower automation.                    

Informações Básicas da Extensão

Nome Twitter Auto Follower Plus Twitter Auto Follower Plus
ID eehomhmbkeifijgpddddpebgjdfaahec
URL Oficial https://chrome.google.com/webstore/detail/twitter-auto-follower-plu/eehomhmbkeifijgpddddpebgjdfaahec
Descrição follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison.
Tamanho do Arquivo 39.47 KB
Contagem de Instalações 6,000
Versão Atual 74
Última Atualização 2022-02-11
Data de Publicação 2020-11-27
Classificação 2.60/5 Total de 5 Avaliações
Desenvolvedor http://globaltwittertrends.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://globaltwittertrends.com/
URL da Página de Ajuda https://globaltwittertrends.com/about.php
Idiomas Suportados en
manifest.json
{
    "author": "Ayush Kumar Singh",
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison.",
    "homepage_url": "https:\/\/globaltwittertrends.com\/",
    "icons": {
        "128": "images\/mass_follow_for_new_twitter128.png",
        "16": "images\/mass_follow_for_new_twitter16.png",
        "48": "images\/mass_follow_for_new_twitter48.png"
    },
    "manifest_version": 2,
    "name": "Twitter Auto Follower Plus",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "74"
}