Friend Convert
Friend Convert helps you add targetted friends from any Facebook group or profile. Remove a few or all friends in one click.
Friend Convert là gì?
Friend Convert là một tiện ích mở rộng Chrome được phát triển bởi https://friendconvert.net, và tính năng chính của nó là "Friend Convert helps you add targetted friends from any Facebook group or profile. Remove a few or all friends in one click.".
Ả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 Friend Convert
Tải xuống các tệp mở rộng Friend Convert 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
➤ This simple Facebook Chrome Extension helps you: ✔️ Build a targeted audience from any Facebook group you are a member of based on your preferred keyword, time limit and delay. ✔️ Delete annoying pending friend requests. ➤ Want to get started today? Just click on the blue ADD TO CHROME button above. Note: This extension is not affiliated with Facebook in any way.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nkjcinfmbjpcniiolelgnfaiiaofdedm |
URL Chính Thức | https://chrome.google.com/webstore/detail/friend-convert/nkjcinfmbjpcniiolelgnfaiiaofdedm |
Mô tả | Friend Convert helps you add targetted friends from any Facebook group or profile. Remove a few or all friends in one click. |
Kích Thước Tệp | 918 KB |
Số Lần Cài Đặt | 326 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2023-01-23 |
Ngày Phát Hành | 2020-04-15 |
Đánh Giá | 2.63/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://friendconvert.net |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://friendconvert.net/ |
URL Trang Trợ Giúp | https://docs.friendconvert.net/ |
URL Trang Chính Sách Bảo Mật | https://friendconvert.net/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Friend Convert", "short_name": "Friend Convert", "version": "2.0.0", "description": "Friend Convert helps you add targetted friends from any Facebook group or profile. Remove a few or all friends in one click.", "background": { "service_worker": "\/assets\/js\/background\/bg-loader.js" }, "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "action": { "browser_style": false, "default_icon": { "128": "icon128.png" }, "default_title": "Friend Convert", "default_popup": "\/index.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "\/assets\/js\/manage_requests.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "\/assets\/js\/jquery-3.4.1.min.js", "\/config.js", "\/assets\/js\/contentscript.js" ], "css": [ "\/assets\/css\/contentscript.css" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/images\/*.png" ], "matches": [ " |