Fast Follows
Boost your social media engagement with automation.
Cos'è Fast Follows?
Fast Follows è un'estensione di Chrome sviluppata da Rutkat, e la sua funzione principale è "Boost your social media engagement with automation.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fast Follows
Scarica i file di estensione Fast Follows in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | cafemfapekdlffilmheplelhnjljfkoe |
URL Ufficiale | https://chromewebstore.google.com/detail/fast-follows/cafemfapekdlffilmheplelhnjljfkoe |
Descrizione | Boost your social media engagement with automation. |
Dimensione del File | 18.24 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2019-08-29 |
Data di Pubblicazione | 2019-08-28 |
Sviluppatore | Rutkat |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://runastartup.com |
Lingue Supportate | 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" } } |