Fast Follows

Boost your social media engagement with automation.

¿Qué es Fast Follows?

Fast Follows es una extensión de Chrome desarrollada por Rutkat, y su función principal es "Boost your social media engagement with automation.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Fast Follows

Descarga archivos de extensión Fast Follows en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Fast Follows Fast Follows
ID cafemfapekdlffilmheplelhnjljfkoe
URL Oficial https://chromewebstore.google.com/detail/fast-follows/cafemfapekdlffilmheplelhnjljfkoe
Descripción Boost your social media engagement with automation.
Tamaño del Archivo 18.24 KB
Cantidad de Instalaciones 24
Versión Actual 1.0.0
Última Actualización 2019-08-29
Fecha de Publicación 2019-08-28
Desarrollador Rutkat
Tipo de Pago free
Sitio Web de la Extensión http://runastartup.com
Idiomas Soportados 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"
    }
}