Genius Disconnector
Remove inactive and deactivated friends from FB
Genius Disconnectorคืออะไร?
Genius Disconnector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย edakehurst และคุณลักษณะหลักของมันคือ "Remove inactive and deactivated friends from FB"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Genius Disconnector
ดาวน์โหลดไฟล์ส่วนขยาย Genius Disconnector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Evaluate engagement of your Friends and be able to easily remove people who are not engaging with your posts. You can also whitelist ones you never want to accidently delete.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Genius Disconnector |
ID | efnhameebhmajhmadlgcpipoeeaejccb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/genius-disconnector/efnhameebhmajhmadlgcpipoeeaejccb |
คำอธิบาย | Remove inactive and deactivated friends from FB |
ขนาดไฟล์ | 1.56 MB |
จำนวนการติดตั้ง | 1,034 |
เวอร์ชันปัจจุบัน | 2.0.39 |
อัปเดตครั้งล่าสุด | 2023-12-24 |
วันที่เผยแพร่ | 2021-09-19 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | edakehurst |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://edakehurst.kartra.com/page/GeniusDisconnector |
URL หน้าช่วยเหลือ | https://edakehurst.kartra.com/help/HelpDesk |
URL หน้านโยบายความเป็นส่วนตัว | https://geniusposts.io/privacy-policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Genius Disconnector", "description": "Remove inactive and deactivated friends from FB", "version": "2.0.39", "icons": { "16": "images\/5f326f2af01f5b4338ccf597-Genius_Disconnector-1625571856191-small_icon.png", "48": "images\/5f326f2af01f5b4338ccf597-Genius_Disconnector-1625571856251-medium_icon.png", "128": "images\/5f326f2af01f5b4338ccf597-Genius_Disconnector-1625571856296-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": "Genius 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": "GD" } |