Fast Follows

Boost your social media engagement with automation.

What is Fast Follows?

Fast Follows is a Chrome extension developed by Rutkat, and its main feature is "Boost your social media engagement with automation.".

Extension Screenshots

screenshot

Download Fast Follows Extension CRX File

Download Fast Follows extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Fast Follows Fast Follows
ID cafemfapekdlffilmheplelhnjljfkoe
Official URL https://chromewebstore.google.com/detail/fast-follows/cafemfapekdlffilmheplelhnjljfkoe
Description Boost your social media engagement with automation.
File Size 18.24 KB
Installation Count 24
Current Version 1.0.0
Last Updated 2019-08-29
Publish Date 2019-08-28
Developer Rutkat
Payment Type free
Extension Website http://runastartup.com
Supported Languages 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"
    }
}