Friend Convert

Friend Convert helps you add targetted friends from any Facebook group or profile. Remove a few or all friends in one click.

Friend Convertคืออะไร?

Friend Convert เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://friendconvert.net และคุณลักษณะหลักของมันคือ "Friend Convert helps you add targetted friends from any Facebook group or profile. Remove a few or all friends in one click."

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

screenshot

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

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

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

                        ➤ This simple Facebook Chrome Extension helps you:

✔️ Build a targeted audience from any Facebook group you are a member of based on your preferred keyword, time limit and delay.

✔️ Delete annoying pending friend requests.

➤ Want to get started today?

Just click on the blue ADD TO CHROME button above.

Note: This extension is not affiliated with Facebook in any way.                    

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

ชื่อ Friend Convert Friend Convert
ID nkjcinfmbjpcniiolelgnfaiiaofdedm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/friend-convert/nkjcinfmbjpcniiolelgnfaiiaofdedm
คำอธิบาย Friend Convert helps you add targetted friends from any Facebook group or profile. Remove a few or all friends in one click.
ขนาดไฟล์ 918 KB
จำนวนการติดตั้ง 326
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2023-01-23
วันที่เผยแพร่ 2020-04-15
คะแนน 2.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://friendconvert.net
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://friendconvert.net/
URL หน้าช่วยเหลือ https://docs.friendconvert.net/
URL หน้านโยบายความเป็นส่วนตัว https://friendconvert.net/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Friend Convert",
    "short_name": "Friend Convert",
    "version": "2.0.0",
    "description": "Friend Convert helps you add targetted friends from any Facebook group or profile. Remove a few or all friends in one click.",
    "background": {
        "service_worker": "\/assets\/js\/background\/bg-loader.js"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "action": {
        "browser_style": false,
        "default_icon": {
            "128": "icon128.png"
        },
        "default_title": "Friend Convert",
        "default_popup": "\/index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "\/assets\/js\/manage_requests.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "\/assets\/js\/jquery-3.4.1.min.js",
                "\/config.js",
                "\/assets\/js\/contentscript.js"
            ],
            "css": [
                "\/assets\/css\/contentscript.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*.png"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}