Genius Disconnector
Remove inactive and deactivated friends from FB
Genius Disconnector là gì?
Genius Disconnector là một tiện ích mở rộng Chrome được phát triển bởi edakehurst, và tính năng chính của nó là "Remove inactive and deactivated friends from FB".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Genius Disconnector
Tải xuống các tệp mở rộng Genius Disconnector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Genius Disconnector |
ID | efnhameebhmajhmadlgcpipoeeaejccb |
URL Chính Thức | https://chromewebstore.google.com/detail/genius-disconnector/efnhameebhmajhmadlgcpipoeeaejccb |
Mô tả | Remove inactive and deactivated friends from FB |
Kích Thước Tệp | 1.56 MB |
Số Lần Cài Đặt | 1,034 |
Phiên Bản Hiện Tại | 2.0.39 |
Cập Nhật Lần Cuối | 2023-12-24 |
Ngày Phát Hành | 2021-09-19 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | edakehurst |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://edakehurst.kartra.com/page/GeniusDisconnector |
URL Trang Trợ Giúp | https://edakehurst.kartra.com/help/HelpDesk |
URL Trang Chính Sách Bảo Mật | https://geniusposts.io/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } |