Friend Connector Pro

Make your friend list bigger and valuable with a single click

Friend Connector Proคืออะไร?

Friend Connector Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://friendconnector.io และคุณลักษณะหลักของมันคือ "Make your friend list bigger and valuable with a single click"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Friend Connector Pro

ดาวน์โหลดไฟล์ส่วนขยาย Friend Connector Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ***Automatically Add targeted Friends And Start conversations Just by Clicking A Button!***

Have you ever wondered how can you monetize your Facebook ? To monetize anything you actually need leads. Friend Connector Pro helps you to find targeted leads automatically and send them a friend request on behalf of you. You get your friend list filled up everyday by running this chrome extension. Now when you found all these leads its time for you to convert them with your marketing strategy.

Friend Connector Pro chrome extension also helps you to send automated messages when you get a friend request from someone, When you accept or decline a friend request. So now you can verify a request if its from some real person or a bot. You can also start a conversation just after accepting a friend request or you can let someone know the reason behind declining the friend request.

Enjoy using Friend Connector Pro while you are asleep or busy with your daily work/chores and let it do all the initial work you needed to do to make money from Facebook .                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Friend Connector Pro Friend Connector Pro
ID ibcohjoacfcmchipaclngempippdjnal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/friend-connector-pro/ibcohjoacfcmchipaclngempippdjnal
คำอธิบาย Make your friend list bigger and valuable with a single click
ขนาดไฟล์ 1.03 MB
จำนวนการติดตั้ง 6,475
เวอร์ชันปัจจุบัน 4.4.21
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2020-05-14
คะแนน 4.64/5 รวมทั้งหมด 70 คะแนน
ผู้พัฒนา https://friendconnector.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://buy.friendconnector.io/start-making-more-money-on-facebook-today
URL หน้าช่วยเหลือ https://www.messenger.com/t/friendconnector
URL หน้านโยบายความเป็นส่วนตัว https://tier5.us/chrome_extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Friend Connector Pro",
    "version": "4.4.21",
    "description": "Make your friend list bigger and valuable with a single click",
    "short_name": "FCP",
    "icons": {
        "16": "images\/1617814652910-smallLogo.png",
        "48": "images\/1617814652959-mediumLogo.png",
        "128": "images\/1617814653035-largeLogo.png"
    },
    "action": {
        "default_title": "Friend Connector Pro"
    },
    "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",
                "assets\/chosen.css",
                "assets\/jquery-ui.css",
                "css\/customCss.css",
                "assets\/bootstrap-tagsinput.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "unlimitedStorage",
        "clipboardRead",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "https:\/\/z7c5j0fjy8.execute-api.us-east-2.amazonaws.com\/dev\/tiersai",
        "https:\/\/*.friendconnector.io\/",
        "*:\/\/*.friendconnector.io\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "images\/*",
                "js\/*",
                "css\/*"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}