UnFriendAll
unfriend your facebook contacts
UnFriendAll là gì?
UnFriendAll là một tiện ích mở rộng Chrome được phát triển bởi https://www.momiplay.com, và tính năng chính của nó là "unfriend your facebook contacts".
Ả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 UnFriendAll
Tải xuống các tệp mở rộng UnFriendAll 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
How important you are in your friend's mind? How long you don't interact with some of your friends? How many friends you don't want to contact any more for some reason? UnFriendAll can help you manage your friend list efficiently. Say goodbye to low interaction friends and have a nice touch with high interaction friends. UnFriendAll is there to help. Enjoy it!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | UnFriendAll |
ID | hepfdojjepkcbjibihddkangmhecjifk |
URL Chính Thức | https://chromewebstore.google.com/detail/unfriendall/hepfdojjepkcbjibihddkangmhecjifk |
Mô tả | unfriend your facebook contacts |
Kích Thước Tệp | 241 KB |
Số Lần Cài Đặt | 601 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-08-13 |
Ngày Phát Hành | 2021-08-12 |
Đánh Giá | 3.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://www.momiplay.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://www.momiplay.com |
URL Trang Trợ Giúp | https://www.momiplay.com/73.html |
URL Trang Chính Sách Bảo Mật | https://mypdfclub.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UnFriendAll", "description": "unfriend your facebook contacts", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "version": "1.0", "permissions": [ "storage", "webNavigation", "identity", "scripting" ], "host_permissions": [ "https:\/\/m.facebook.com\/*" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_icon": "images\/icon16.png", "default_title": "UnFriendAll", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/m.facebook.com\/friends\/center\/friends*" ], "css": [ "css\/style-content.css", "css\/layer.css" ], "js": [ "js\/jquery-2.2.1.js", "js\/layer.js", "js\/content_script.js" ] } ], "options_page": "options.html", "manifest_version": 3 } |