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
公式URL 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
Eメール [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\/"
}