Simple friend
Phần mềm điều khiển kết bạn trên facebook
What is Simple friend?
Simple friend is a Chrome extension developed by Simple Friend, and its main feature is "Phần mềm điều khiển kết bạn trên facebook".
Extension Screenshots
Download Simple friend Extension CRX File
Download Simple friend extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Phần mềm tự động kết bạn, hủy lời mời kết bạn, hủy kết bạn trên facebook với các tính năng ưu việt. Tính năng: - Tự động kết bạn với bạn bè của bất kỳ 1 ai đó - Tự động kết bạn trong bất kỳ bài viết nào bạn muốn - Tự động hủy lời mời đã gửi kết bạn - Tự động hủy bạn bè của bạn - Tự động cuộn trang để thêm mới danh sách bạn bè - Tự động tắt cửa sổ thông báo - Quản lí số lượng đã gửi, thời gian gửi, chống spam facebook - Hỗ trợ trên cả 2 giao diện facebook cũ và mới Dễ dàng sử dụng. Rất cần thiết với những người cần quản lý bạn bè với nhiều nick facebook thường xuyên. Giảm 90% thời gian quản lý bạn bè của bạn Manage your friend list very simply. Simple friend - To make everything to be simple Website: https://simplefriend.asia
Extension Basic Information
Name | Simple friend |
ID | apodckiegdnjagcpcnabnkagadofdino |
Official URL | https://chromewebstore.google.com/detail/simple-friend/apodckiegdnjagcpcnabnkagadofdino |
Description | Phần mềm điều khiển kết bạn trên facebook |
File Size | 338 KB |
Installation Count | 136 |
Current Version | 1.9.7 |
Last Updated | 2021-03-21 |
Publish Date | 2020-07-04 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Simple Friend |
[email protected] | |
Payment Type | free |
Extension Website | https://simplefriend.asia |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple friend", "version": "1.9.7", "description": "Ph\u1ea7n m\u1ec1m \u0111i\u1ec1u khi\u1ec3n k\u1ebft b\u1ea1n tr\u00ean facebook", "manifest_version": 2, "background": { "scripts": [ "node_modules\/jquery\/dist\/jquery.min.js", "js\/background.js" ], "persistent": false }, "permissions": [ "cookies", "tabs", "*:\/\/simplefriend.asia\/", "https:\/\/m.facebook.com\/*", "https:\/\/facebook.com\/*", "activeTab", "storage", "system.storage", "system.cpu", "system.memory" ], "browser_action": { "default_icon": { "16": "images\/logo_128.png", "32": "images\/logo_128.png", "48": "images\/logo_128.png", "128": "images\/logo_128.png" } }, "icons": { "16": "images\/logo_128.png", "32": "images\/logo_128.png", "48": "images\/logo_128.png", "128": "images\/logo_128.png" } } |