Peace Out

Remove inactive and deactivated friends from your Facebook account.

Peace Outคืออะไร?

Peace Out เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Siouxland360 และคุณลักษณะหลักของมันคือ "Remove inactive and deactivated friends from your Facebook account."

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

screenshot

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

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

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

                        Introducing Peace Out - your secret tool to skyrocket your Facebook engagement and supercharge your marketing efforts! 💥

Are you tired of posting valuable content, only to have it fall flat due to inactive and deactivated friends? Fret no more! Peace Out is here to optimize your friends list and boost your organic reach, helping you thrive in the social media landscape. 🚀

With Peace Out, effortlessly declutter your friends list by removing deactivated or inactive profiles. Simply sync your friends list, run a scan covering up to 180 days of engagement data, and watch as Peace Out works its magic. 🧙‍♂️

But wait, there's more! Unlike other tools, Peace Out also analyzes your Messenger conversations, ensuring you never lose touch with valuable connections that prefer to engage privately. 🕵️‍♀️

Customize your experience by white-listing friends you never want to remove, and effortlessly unfriend those you wish to let go. 🔄

And the cherry on top? Once you've refined your friends list, seamlessly stack with our software, Dream Connector, to fill your list with hyper-targeted leads. Repeat the process as often as you like to continually build and perfect your ideal audience. 🎯

Transform your Facebook presence with Peace Out - the ultimate engagement enhancer for your profile! 🌟                    

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

ชื่อ Peace Out Peace Out
ID djimfhmpkpaogdacglgefnlbfkkpnhig
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/peace-out/djimfhmpkpaogdacglgefnlbfkkpnhig
คำอธิบาย Remove inactive and deactivated friends from your Facebook account.
ขนาดไฟล์ 1.47 MB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 2.0.31
อัปเดตครั้งล่าสุด 2023-03-16
วันที่เผยแพร่ 2021-09-23
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Siouxland360
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://signup.peaceoutnow.io/cs
URL หน้าช่วยเหลือ http://www.siouxland360.com
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicygenerator.info/live.php?token=qxgYs0K2mhRdhsb7gcByssbJpWPY333d
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Peace Out",
    "description": "Remove inactive and deactivated friends from your Facebook account.",
    "version": "2.0.31",
    "icons": {
        "16": "images\/60c9f0fcd4b2d16d0c938e4f-Friend_Disconnector-1632281759493-small_icon.png",
        "48": "images\/60c9f0fcd4b2d16d0c938e4f-Friend_Disconnector-1632281759551-medium_icon.png",
        "128": "images\/60c9f0fcd4b2d16d0c938e4f-Friend_Disconnector-1632281759597-large_icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Peace Out"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/api.frienddisconnector.com\/*",
        "https:\/\/*.amazonaws.com\/*"
    ],
    "permissions": [
        "alarms",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "*.html",
                "*.js",
                "*.map",
                "*.png",
                "*.svg"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "short_name": "PO"
}