Mass Follow for Twitter
A Complete Twitter Automation Tool
Wat is Mass Follow for Twitter?
Mass Follow for Twitter is een Chrome-extensie ontwikkeld door massfollow.io, en de belangrijkste functie is "A Complete Twitter Automation Tool".
Extensie Screenshots
Download het CRX-bestand van de extensie Mass Follow for Twitter
Download Mass Follow for Twitter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Mass Follow is the best tool available for growing your following on Twitter. We fixed what all of the other competitors were doing wrong and created something really valuable and useful. Fully customizable, automated, safe, and extremely easy to use.
Basisinformatie over de Extensie
Naam | |
ID | egcdicgpcilaminjgbeinfbcbmlkncmp |
Officiële URL | https://chrome.google.com/webstore/detail/mass-follow-for-twitter/egcdicgpcilaminjgbeinfbcbmlkncmp |
Beschrijving | A Complete Twitter Automation Tool |
Bestandsgrootte | 57.45 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2020-05-23 |
Publicatiedatum | 2020-05-23 |
Beoordeling | 4.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | massfollow.io |
Betalingswijze | free |
Extensiewebsite | https://massfollow.io/ |
Help Pagina-URL | https://massfollow.io/ |
URL van de Privacybeleid Pagina | http://massfollow.io |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mass Follow for Twitter", "version": "1.1", "minimum_chrome_version": "49.0.0.0", "description": "A Complete Twitter Automation Tool", "homepage_url": "https:\/\/massfollow.io", "author": "Mass Follow Team", "permissions": [ "storage", "https:\/\/twitter.com\/*", "unlimitedStorage", "https:\/\/massfollow.io\/" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "class_list.js", "extension.js" ], "css": [ "extension.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "extension.html" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |