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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}