Mass Follow for Twitter
A Complete Twitter Automation Tool
Τι είναι το Mass Follow for Twitter;
Το Mass Follow for Twitter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον massfollow.io, και η κύρια λειτουργία του είναι "A Complete Twitter Automation Tool".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mass Follow for Twitter
Λήψη αρχείων επέκτασης Mass Follow for Twitter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | egcdicgpcilaminjgbeinfbcbmlkncmp |
Επίσημο URL | https://chrome.google.com/webstore/detail/mass-follow-for-twitter/egcdicgpcilaminjgbeinfbcbmlkncmp |
Περιγραφή | A Complete Twitter Automation Tool |
Μέγεθος Αρχείου | 57.45 KB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2020-05-23 |
Ημερομηνία Δημοσίευσης | 2020-05-23 |
Αξιολόγηση | 4.00/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | massfollow.io |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://massfollow.io/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://massfollow.io/ |
URL της Σελίδας Πολιτικής Απορρήτου | http://massfollow.io |
Υποστηριζόμενες Γλώσσες | 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" } } |