Auto Add Facebook Friends

Automatically add Facebook friends while you sleep so you can increase your reach and authority.

什么是Auto Add Facebook Friends?

Auto Add Facebook Friends是由http://powerfulsimpleapps.com开发的Chrome扩展程序,该扩展的主要功能是“Automatically add Facebook friends while you sleep so you can increase your reach and authority.”。

扩展截图

screenshot
screenshot

下载Auto Add Facebook Friends扩展crx文件

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

扩展使用说明

                        Auto Add Facebook Friends Helps You Get More Leads, Clients & 
Sales on Facebook Without Wasting Money on Ads Within Minutes

Add targeted Facebook Friends automatically from relevant Facebook groups.

This will grow your connections and increase your reach.  

After adding your targeted friends from relevant groups in your industry / niche, your next step is to provide value via Facebook posts and strike up conversations on Messenger.

Getting new sales and sales opportunities is easy:

Step 1:
Determine Your Winning Avatar

Step 2:
Find Out Where They Hang Out

Step 3:
Run The Extension

Step 4:
Provide Value / Engage and Convert                    

扩展基本信息

名称 Auto Add Facebook Friends Auto Add Facebook Friends
ID gjnfpahgjealgiehpdkfanecmkfmijbk
官方URL https://chrome.google.com/webstore/detail/auto-add-facebook-friends/gjnfpahgjealgiehpdkfanecmkfmijbk
简介 Automatically add Facebook friends while you sleep so you can increase your reach and authority.
文件大小 79.98 MB
安装次数 588
当前版本 1.0.3
更新时间 2021-04-11
上架时间 2021-01-21
评分 1.00/5 共2次评分
开发者 http://powerfulsimpleapps.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.powerfulsimpleapps.com/auto-add-facebook-friends
隐私政策页面URL https://www.powerfulsimpleapps.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Add Facebook Friends",
    "version": "1.0.3",
    "description": "Automatically add Facebook friends while you sleep so you can increase your reach and authority.",
    "short_name": "AAFF",
    "icons": {
        "16": "images\/icon16X16.png",
        "48": "images\/icon48X48.png",
        "128": "images\/icon128X128.png"
    },
    "browser_action": {
        "default_title": "Auto Add Facebook Friends"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                ".\/arrive.js",
                "js\/contentScriptBundle.js",
                ".\/jquery.bpopup.min.js"
            ],
            "css": [
                "assets\/content.inj.css",
                "assets\/jquery.toast.min.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "tabs",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*",
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "web_accessible_resources": [
        "assets\/*",
        "images\/*",
        "js\/*"
    ],
    "manifest_version": 2
}