AutoFriends

Friends add, Confirm friends, cancel sent request, Delete incoming request, Unfriends, Remove friends

什麼是AutoFriends?

AutoFriends是由Yohan Rathnayaka開發的Chrome擴展程式,該擴展的主要功能是“Friends add, Confirm friends, cancel sent request, Delete incoming request, Unfriends, Remove friends”。

擴展截圖

screenshot
screenshot
screenshot

下載AutoFriends擴展crx文件

下載AutoFriends擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        You can easily Add, Confirm, Delete, Cancel and Unfriend using this tool using "AutoFriends" extension

---- Steps ----
1. Select Task (first You should go to related page in facebook)
2. Enter the number of friends you want to Add
3. Set the interval time (in seconds)
4. If you need set more time interval, you can enable toggle button. it's working between bulk request (It is not mandatory to prepare it) (optional)
5. Now click "Start" button
6. You can see now adding friends. enjoy!

---- Stop Task ----
if you click the "Stop task" button, stopped currently running task.

Facebook auto accept friend request extension,
Accept all friend requests fakebook chrome extension,
Auto accept friend request Facebook script,
Auto send friend request Facebook extension,
Cancel sent request,
Unfriend all Facebook friends Chrome extension,
Delete friends request

*------Important Notes------*
This extension was previously called "Friends Add & Confirm". Now it is called AutoFriends.

This extension works only with English language in Facebook™. (make sure change language to english in Facebook™).

Facebook™ is a trademark of Facebook™ Inc. This  extension, namely “AutoFriends" has no connection to Facebook™ inc.

Use this extension at your own risk and carefully. The developer is not responsible for any restrictions on your Facebook™ account by using this extension. Using "AutoFriends" Chrome Extension means that you agree to these terms.                    

擴展基本資訊

名稱 AutoFriends AutoFriends
ID pmpbhhdmaaccngiofnbaelglocmabnae
官方網址 https://chromewebstore.google.com/detail/autofriends/pmpbhhdmaaccngiofnbaelglocmabnae
簡介 Friends add, Confirm friends, cancel sent request, Delete incoming request, Unfriends, Remove friends
檔案大小 199 KB
安裝次數 7,606
目前版本 2.5
更新時間 2024-02-18
上架時間 2022-05-17
評分 4.05/5 共 19 次評分
開發者 Yohan Rathnayaka
電子郵箱 [email protected]
付費類型 free
擴展官網 https://autofriends.xyz/
說明頁面URL https://autofriends.xyz/contactus
隱私政策頁面URL https://sites.google.com/view/goodtechsolution/home
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AutoFriends",
    "description": "Friends add, Confirm friends, cancel sent request, Delete incoming request, Unfriends, Remove friends",
    "version": "2.5",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/sweetalert2.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "120": "img\/logo.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    }
}