Friend Disconnector
Remove inactive and deactivated friends from your Facebook account.
Friend Disconnectorคืออะไร?
Friend Disconnector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://frienddisconnector.com และคุณลักษณะหลักของมันคือ "Remove inactive and deactivated friends from your Facebook account."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Friend Disconnector
ดาวน์โหลดไฟล์ส่วนขยาย Friend Disconnector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Having a lot of friends on Facebook is great and key for organic marketing. But having inactive friends who don't engage with your content is actually hurting your reach and marketing efforts. Enter Friend Disconnector. So you need to remove inactive and deactivated friends from your Facebook account. Friend Disconnector will sync up your friends list. It will then allow you to run a scan up for up to 180 days in the past that will fetch all engagement from your friends. You'll be able to see how many reactions and comments your friends have left on your posts. And you'll also be able to see how many messages you all have had via messenger. You can white-list people who you never want to remove and you can select all the people you want to remove and click the unfriend option. After you've removed all your inactive Friends you can use our software Friend Connector (also on appsumo) to fill your friends list back up with hyper targeted leads. And repeat this process over and over.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Friend Disconnector |
ID | oncjohnhemocpnedeokkhphpleaiajkk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/friend-disconnector/oncjohnhemocpnedeokkhphpleaiajkk |
คำอธิบาย | Remove inactive and deactivated friends from your Facebook account. |
ขนาดไฟล์ | 1.49 MB |
จำนวนการติดตั้ง | 1,939 |
เวอร์ชันปัจจุบัน | 2.0.46 |
อัปเดตครั้งล่าสุด | 2023-12-27 |
วันที่เผยแพร่ | 2021-02-05 |
คะแนน | 4.34/5 รวมทั้งหมด 74 คะแนน |
ผู้พัฒนา | https://frienddisconnector.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://tier5.us/chrome_extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Friend Disconnector", "description": "Remove inactive and deactivated friends from your Facebook account.", "version": "2.0.46", "icons": { "16": "images\/5e82703c568e944b9d22417d-Friend_Disconnector-1623243368985-small_icon.png", "48": "images\/5e82703c568e944b9d22417d-Friend_Disconnector-1623243369035-medium_icon.png", "128": "images\/5e82703c568e944b9d22417d-Friend_Disconnector-1623243369076-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": "Friend Disconnector" }, "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" }, "host_permissions": [ "https:\/\/*.facebook.com\/*", "https:\/\/api.frienddisconnector.com\/*", "https:\/\/*.amazonaws.com\/*", "*:\/\/*.frienddisconnector.com\/*" ], "permissions": [ "alarms", "storage", "unlimitedStorage" ], "web_accessible_resources": [ { "resources": [ "*.css", "*.html", "*.js", "*.map", "*.png", "*.svg" ], "matches": [ "https:\/\/*.facebook.com\/*" ] } ], "short_name": "FD" } |