Remove Friends
Remove Friends
Remove Friendsคืออะไร?
Remove Friends เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://removefriends.com และคุณลักษณะหลักของมันคือ "Remove Friends"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove Friends
ดาวน์โหลดไฟล์ส่วนขยาย Remove Friends ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Remove Friends is a productivity app which help you manage your friends on Facebook™. Remove Friends allows you to find, select & remove/unfriend selected inactive friends quick & easily with one click. ★ Main features Scan your friends list. Fast & speedy. Show all of your friends in descending order Scan your your inactive friends (no post engagement) Scan your post engagement and see active friends where you can also see what kind of activity happened and when. Select friends you want to remove/unfriend Delete them with one click You can setup max number of friends to delete them at once. We recommend not removing more than 50 friends per day, because of Facebook™ rules. You can setup delay time between removal process. Recommended time is 4000 ms or more. To clean up your friends list, our app will help you search and select inactive friends and make decisions by showing who is engaging and who is not engaging with your posts. ★ Support [email protected] ★ Privacy Policy: https://www.removefriends.com/privacy-p ★ Our appt only reports on data that you share to the application. It is not a scraper and does not scrape any data from profiles or any content from your friend’s pages. ★Remove Friends is in no way associated with Facebook™ and its partners in any way. FACEBOOK™ is a trademark of FACEBOOK, Inc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Remove Friends |
ID | eoofekhejnklbbihkfjflikoijminged |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/remove-friends/eoofekhejnklbbihkfjflikoijminged |
คำอธิบาย | Remove Friends |
ขนาดไฟล์ | 104 KB |
จำนวนการติดตั้ง | 11,134 |
เวอร์ชันปัจจุบัน | 1.0.10 |
อัปเดตครั้งล่าสุด | 2024-02-17 |
วันที่เผยแพร่ | 2020-03-09 |
คะแนน | 2.63/5 รวมทั้งหมด 49 คะแนน |
ผู้พัฒนา | https://removefriends.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://www.removefriends.com/ |
URL หน้าช่วยเหลือ | https://www.removefriends.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.removefriends.com/privacy-p |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove Friends", "version": "1.0.10", "description": "Remove Friends", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "permissions": [ "storage", "tabs", "background", "activeTab", "*:\/\/app.removefriends.com\/*\/*", "webRequest", "webRequestBlocking", "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "web_accessible_resources": [ "*" ], "browser_action": { "default_title": "Remove Friends" }, "background": { "scripts": [ "background.js", "headers.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "js\/jquery.js", "js\/alternateTokenGrabber.js" ] } ], "manifest_version": 2 } |