Remove Friends

Remove Friends

Remove Friendsとは何ですか?

Remove Friendsはhttps://removefriends.comによって開発されたChromeの拡張機能で、その主な機能は「Remove Friends」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Remove Friends拡張機能のCRXファイルをダウンロード

Remove Friends拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Remove Friends is a productivity app which help you manage your friends on Facebook™.


Remove Friends allows you to find, select & remove/unfriend selected inactive friends quick & easily with one click.


★ Main features


Scan your friends list. Fast & speedy. Show all of your friends in descending order
Scan your your inactive friends (no post engagement)
Scan your post engagement and see active friends where you can also see what kind of activity happened and when.
Select friends you want to remove/unfriend
Delete them with one click

You can setup max number of friends to delete them at once. We recommend not removing more than 50 friends per day, because of Facebook™ rules.
You can setup delay time between removal process. Recommended time is 4000 ms or more.

To clean up your friends list, our app will help you search and select inactive friends and make decisions by showing who is engaging and who is not engaging with your posts.
 
 
★ Support
 
[email protected]

★ Privacy Policy:

https://www.removefriends.com/privacy-p

★ Our appt only reports on data that you share to the application. It is not a scraper and does not scrape any data from profiles or any content from your friend’s pages.

 
★Remove Friends is in no way associated with Facebook™ and its partners in any way. FACEBOOK™ is a trademark of FACEBOOK, Inc.                    

拡張機能の基本情報

名前 Remove Friends Remove Friends
ID eoofekhejnklbbihkfjflikoijminged
公式URL https://chromewebstore.google.com/detail/remove-friends/eoofekhejnklbbihkfjflikoijminged
説明 Remove Friends
ファイルサイズ 104 KB
インストール数 11,134
現在のバージョン 1.0.10
最終更新日 2024-02-17
公開日 2020-03-09
評価 2.63/5 合計 49 レビュー
開発者 https://removefriends.com
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.removefriends.com/
ヘルプページのURL https://www.removefriends.com/
プライバシーポリシーページのURL https://www.removefriends.com/privacy-p
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove Friends",
    "version": "1.0.10",
    "description": "Remove Friends",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "permissions": [
        "storage",
        "tabs",
        "background",
        "activeTab",
        "*:\/\/app.removefriends.com\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*.facebook.com\/*",
        "https:\/\/*.facebook.com\/*"
    ],
    "web_accessible_resources": [
        "*"
    ],
    "browser_action": {
        "default_title": "Remove Friends"
    },
    "background": {
        "scripts": [
            "background.js",
            "headers.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/alternateTokenGrabber.js"
            ]
        }
    ],
    "manifest_version": 2
}