Fast Follows
Boost your social media engagement with automation.
Qu'est-ce que Fast Follows ?
Fast Follows est une extension Chrome développée par Rutkat, et sa fonction principale est "Boost your social media engagement with automation.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fast Follows
Téléchargez les fichiers d'extension Fast Follows 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
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.
Informations de Base sur l'Extension
Nom | |
ID | cafemfapekdlffilmheplelhnjljfkoe |
URL Officiel | https://chromewebstore.google.com/detail/fast-follows/cafemfapekdlffilmheplelhnjljfkoe |
Description | Boost your social media engagement with automation. |
Taille du Fichier | 18.24 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2019-08-29 |
Date de Publication | 2019-08-28 |
Développeur | Rutkat |
Type de Paiement | free |
Site Web de l'Extension | http://runastartup.com |
Langues Prises en Charge | 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" } } |