Fast Follows
Boost your social media engagement with automation.
Τι είναι το Fast Follows;
Το Fast Follows είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rutkat, και η κύρια λειτουργία του είναι "Boost your social media engagement with automation.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Fast Follows
Λήψη αρχείων επέκτασης Fast Follows σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Automate follows on social media platforms. Platforms currently support which may change any time in this extension are: twitter.com soundcloud.com medium.com quora.com pinterest.com linkedin.com 3 EASY STEPS 1. Login to the platform supported by this extension. 2. Navigate to user's account then the subpage of the user's followers. 3. Click the query page button to follow the users visible on the page.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | cafemfapekdlffilmheplelhnjljfkoe |
Επίσημο URL | https://chromewebstore.google.com/detail/fast-follows/cafemfapekdlffilmheplelhnjljfkoe |
Περιγραφή | Boost your social media engagement with automation. |
Μέγεθος Αρχείου | 18.24 KB |
Αριθμός Εγκαταστάσεων | 24 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2019-08-29 |
Ημερομηνία Δημοσίευσης | 2019-08-28 |
Προγραμματιστής | Rutkat |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://runastartup.com |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fast Follows", "description": "Boost your social media engagement with automation.", "version": "1.0.0", "icons": { "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "permissions": [ "activeTab", "tabs", "notifications", "contextMenus" ], "background": { "scripts": [ "constants\/contextStrings.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.soundcloud.com\/*", "*:\/\/*.medium.com\/*", "*:\/\/*.quora.com\/*", "*:\/\/*.pinterest.com\/*", "*:\/\/*.linkedin.com\/*" ], "js": [ "constants\/domainList.js", "content.js" ] } ], "page_action": { "default_title": "Automate Follows", "default_icon": "images\/icon-128.png", "default_popup": "popup.html" } } |