Automate Connection

Automate Connection helps you send friend requests and follow people you find in Groups.

什么是Automate Connection?

Automate Connection是由https://automateconnection.com开发的Chrome扩展程序,该扩展的主要功能是“Automate Connection helps you send friend requests and follow people you find in Groups.”。

扩展截图

screenshot

下载Automate Connection扩展crx文件

下载Automate Connection扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension allows you to automate the process of connecting with your ideal clients.

You can search through social media groups and friend request clients who fit certain criteria.

These include:
Group Name
Number of Mutual Friends
Keyword in their description

You can send up to 50 per day and it shows how many you've sent in total. (Free Version Only 20)                    

扩展基本信息

名称 Automate Connection Automate Connection
ID ghhablmjeefoeiacopikkahllihhoagf
官方URL https://chromewebstore.google.com/detail/automate-connection/ghhablmjeefoeiacopikkahllihhoagf
简介 Automate Connection helps you send friend requests and follow people you find in Groups.
文件大小 622 KB
安装次数 20
当前版本 1.96
更新时间 2020-11-06
上架时间 2020-07-17
开发者 https://automateconnection.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.automateconnection.com
帮助页面URL https://www.automateconnection.com/support
隐私政策页面URL https://www.automateconnection.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Automate Connection",
    "version": "1.96",
    "description": "Automate Connection helps you send friend requests and follow people you find in Groups.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon-128.png",
        "default_title": "Automate Connection"
    },
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "16": "images\/icon-16.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/facebook.com\/*",
        "https:\/\/facebook.com\/*",
        "http:\/\/*.facebook.com\/*",
        "https:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "contentscript.js"
            ],
            "css": [
                "content_script.css"
            ]
        }
    ]
}