Fast Follows
Boost your social media engagement with automation.
Co je Fast Follows?
Fast Follows je rozšíření Chrome vyvinuté Rutkat, a jeho hlavní funkcí je „Boost your social media engagement with automation.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Fast Follows
Stáhněte si soubory rozšíření Fast Follows ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | cafemfapekdlffilmheplelhnjljfkoe |
Oficiální URL | https://chromewebstore.google.com/detail/fast-follows/cafemfapekdlffilmheplelhnjljfkoe |
Popis | Boost your social media engagement with automation. |
Velikost souboru | 18.24 KB |
Počet instalací | 24 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2019-08-29 |
Datum Vydání | 2019-08-28 |
Vývojář | Rutkat |
Typ Platby | free |
Webové stránky Rozšíření | http://runastartup.com |
Podporované Jazyky | 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" } } |