Comment Cleaner for Facebook™

Remove comments that are primarily tagged friends or short in content!

Comment Cleaner for Facebook™란 무엇입니까?

Comment Cleaner for Facebook™은(는) jdillmandev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove comments that are primarily tagged friends or short in content!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Comment Cleaner for Facebook™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        *** Added support for the 2020 Facebook UI Update! ***

Tired of seeing facebook™ comments that are only tagged friends, links or very short? The Comment Cleaner for Facebook™ allows users to cleanse their newsfeed by hiding comments which primarily contain tagged friends, links, or contain few words. This makes funny/interesting/useful comments easier to identify, especially in comment sections where sorting by relevance is not an option.

The "cleaning" process may be accomplished in the following ways.

Automatic cleaning: 
When enabled, comments are cleaned according to settings on page load, and any new comments loaded afterwards are automatically targeted and removed.

Manual cleaning: 
Users may use buttons in the menu or hotkeys (alt+x, alt+z or option-x, option-z for Mac) to clean comments or restore previously cleaned comments according to settings. This manual option may be used with or without automatic cleaning enabled.

Cleaning preferences will be saved and remembered for whenever facebook.com™ is loaded. The icon and theme will turn red to indicate that automatic cleaning is enabled.



Facebook™ is a trademark of Facebook Inc., registered in the U.S. and other countries. This is an independent project developed by me and has no relationship to Facebook™ or Facebook Inc.

Disclaimer: This Chrome extension is intended to remove comments on the website Facebook™ and has no affiliations with Facebook™. All copyrights belong to their respective owners. Facebook™ doesn’t endorse or sponsor this Chrome extension. This Chrome extension is not owned by, is not licensed by and is not a subsidiary of Facebook™ Inc. Facebook™ and the F Logos are a trademark of Facebook™ Inc. The content of this Chrome extension is not supplied or reviewed by Facebook™ Inc. All articles, images, logos and trademarks in this Chrome extension are property of their respective owners.                    

확장 프로그램 기본 정보

이름 Comment Cleaner for Facebook™ Comment Cleaner for Facebook™
ID pdhglmnoadkhiboabiajojcaidikpnfl
공식 URL https://chromewebstore.google.com/detail/comment-cleaner-for-faceb/pdhglmnoadkhiboabiajojcaidikpnfl
설명 Remove comments that are primarily tagged friends or short in content!
파일 크기 6.28 MB
설치 횟수 382
현재 버전 0.1.7
최근 업데이트 2020-10-07
출시 날짜 2019-09-28
평점 3.60/5 총 5 개의 평점
개발자 jdillmandev
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comment Cleaner for Facebook\u2122",
    "description": "Remove comments that are primarily tagged friends or short in content!",
    "version": "0.1.7",
    "author": "Joseph Dillman",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "animate.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "interact.html",
        "default_icon": "\/pics\/logo128.png"
    }
}