Remove Friends

Remove Friends

Remove Friends란 무엇입니까?

Remove Friends은(는) https://removefriends.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove Friends"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Remove Friends 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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
}