Add & Reject Friends in 1 click

Do you have a lot of Friends Request in Facebook? Automatically accept or reject all requests in 1 click using this simple extension

Add & Reject Friends in 1 click란 무엇입니까?

Add & Reject Friends in 1 click은(는) http://toolsandextensions.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Do you have a lot of Friends Request in Facebook? Automatically accept or reject all requests in 1 click using this simple extension"입니다.

확장 프로그램 스크린샷

Add & Reject Friends in 1 click 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        NEW: we can click on 'Add friends' buttons! [2022 new design added for ENGLISH ONLY]. If it doesn't work for your language - change Facebook language to English.

Rate if it saved your time ;)
Something is missing or not working - write us an email, do not reviews with a bad rating, any problem - send a message!

Just run it, and follow instructions: you can accept all requests with just one click. Extension just does what you can do manually, nothing more. So simple!

This version supports NEW Facebook design 2022 in 3 languages: en,fr,it.
If you send us an email we will add your language too :)

Ah, important: NO ADS, NO SPAM, NO MALWARE, NO ANY DATA SAVED :)

if something is not working (sometimes Facebook changes buttons) - write me an email and I'll fix it, all updates are FREE :)                    

확장 프로그램 기본 정보

이름 Add & Reject Friends in 1 click Add & Reject Friends in 1 click
ID abbacbcffcihgllniancbkglbkaehakj
공식 URL https://chrome.google.com/webstore/detail/add-reject-friends-in-1-c/abbacbcffcihgllniancbkglbkaehakj
설명 Do you have a lot of Friends Request in Facebook? Automatically accept or reject all requests in 1 click using this simple extension
파일 크기 101 KB
설치 횟수 2,706
현재 버전 2022.10.5
최근 업데이트 2022-10-05
출시 날짜 2021-09-08
평점 3.71/5 총 45 개의 평점
개발자 http://toolsandextensions.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.toolsandextensions.com/privacypolicy
지원되는 언어 de,en,fr,nl,no,es,it,pl,sk,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extname__",
    "version": "2022.10.5",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "content.css",
                "fonts\/roboto-latin-400.woff2",
                "fonts\/roboto-latin-700.woff2"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "description": "__MSG_extdesc__",
    "homepage_url": "https:\/\/www.toolsandextensions.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "action": {
        "name": "Click to start"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*"
    ]
}