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文件

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

擴展使用說明

                        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
官方網址 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\/*"
    ]
}