Fast Friends Adder

Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website.

什麼是Fast Friends Adder?

Fast Friends Adder是由https://yifanai.com開發的Chrome擴展程式,該擴展的主要功能是“Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website.”。

擴展截圖

screenshot

下載Fast Friends Adder擴展crx文件

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

擴展使用說明

                        Fast Friends Adder helps you to automatically click every "Add Friend" button on the new design of Facebook website (https://yifanai.com/facebook-new). This Chrome Extension is for users who would like to add new friends effortlessly.

You can add it from Chrome Web Store (https://yifanai.com/ffa). You simply go to a page where there is friends you want to add (on Facebook), refresh the page and it starts working. When you want to finish adding friends, you can simply close the tab.

If you happen to benefit from my free Chrome Extension, you can also support me financially by buying me coffee. 👨‍💻❤️☕️
https://buymeacoffee.com/yifanai
https://patreon.com/yifanai
https://github.com/sponsors/yifaneye                    

擴展基本資訊

名稱 Fast Friends Adder Fast Friends Adder
ID hmgacjfedelbnegghammmeehiogliggi
官方網址 https://chromewebstore.google.com/detail/fast-friends-adder/hmgacjfedelbnegghammmeehiogliggi
簡介 Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website.
檔案大小 21.36 KB
安裝次數 3,234
目前版本 0.1.4
更新時間 2022-10-16
上架時間 2021-07-17
評分 3.31/5 共 16 次評分
開發者 https://yifanai.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://yifanai.com
說明頁面URL https://yifanai.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fast Friends Adder",
    "version": "0.1.4",
    "description": "Fast Friends Adder helps you to automatically click every \"Add Friend\" button on the new Facebook website.",
    "icons": {
        "64": "icon64.png",
        "128": "icon128.png",
        "256": "icon256.png",
        "512": "icon512.png"
    },
    "author": "Yifan Ai",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/www.yifanai.com\/"
}