Twitter Auto Follower Plus
follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison.
Vad är Twitter Auto Follower Plus?
Twitter Auto Follower Plus är en Chrome-tillägg utvecklad av http://globaltwittertrends.com, och dess huvudfunktion är "follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison.".
Tilläggsskärmbilder
Ladda ner Twitter Auto Follower Plus-förlängningens CRX-fil
Ladda ner Twitter Auto Follower Plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | eehomhmbkeifijgpddddpebgjdfaahec |
Officiell webbadress | https://chrome.google.com/webstore/detail/twitter-auto-follower-plu/eehomhmbkeifijgpddddpebgjdfaahec |
Beskrivning | follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison. |
Filstorlek | 39.47 KB |
Antal Installationer | 6,000 |
Aktuell Version | 74 |
Senast Uppdaterad | 2022-02-11 |
Publiceringsdatum | 2020-11-27 |
Betyg | 2.60/5 Totalt 5 Betyg |
Utvecklare | http://globaltwittertrends.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://globaltwittertrends.com/ |
Hjälpsida URL | https://globaltwittertrends.com/about.php |
Stödda Språk | 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" } |