Simple friend

Phần mềm điều khiển kết bạn trên facebook

Qu'est-ce que Simple friend ?

Simple friend est une extension Chrome développée par Simple Friend, et sa fonction principale est "Phần mềm điều khiển kết bạn trên facebook".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Simple friend

Téléchargez les fichiers d'extension Simple friend au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Simple friend Simple friend
ID apodckiegdnjagcpcnabnkagadofdino
URL Officiel https://chromewebstore.google.com/detail/simple-friend/apodckiegdnjagcpcnabnkagadofdino
Description Phần mềm điều khiển kết bạn trên facebook
Taille du Fichier 338 KB
Nombre d'Installations 136
Version Actuelle 1.9.7
Dernière Mise à Jour 2021-03-21
Date de Publication 2020-07-04
Évaluation 5.00/5 Total 4 Évaluations
Développeur Simple Friend
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://simplefriend.asia
Langues Prises en Charge 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"
    }
}