Twitter Auto Follower Plus
follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison.
Qu'est-ce que Twitter Auto Follower Plus ?
Twitter Auto Follower Plus est une extension Chrome développée par http://globaltwittertrends.com, et sa fonction principale est "follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitter Auto Follower Plus
Téléchargez les fichiers d'extension Twitter Auto Follower Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | eehomhmbkeifijgpddddpebgjdfaahec |
URL Officiel | https://chrome.google.com/webstore/detail/twitter-auto-follower-plu/eehomhmbkeifijgpddddpebgjdfaahec |
Description | follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison. |
Taille du Fichier | 39.47 KB |
Nombre d'Installations | 6,000 |
Version Actuelle | 74 |
Dernière Mise à Jour | 2022-02-11 |
Date de Publication | 2020-11-27 |
Évaluation | 2.60/5 Total 5 Évaluations |
Développeur | http://globaltwittertrends.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://globaltwittertrends.com/ |
URL de la Page d'Aide | https://globaltwittertrends.com/about.php |
Langues Prises en Charge | 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" } |