Hide reactions for facebook

It's annoy that seeing the unnecessary reaction. Remove it and display like only.

Hide reactions for facebook란 무엇입니까?

Hide reactions for facebook은(는) dm3352andy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It's annoy that seeing the unnecessary reaction. Remove it and display like only."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Hide reactions for facebook 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Sometimes, facebook posts is tedious or spam but there are some user still click love, wow...etc  reaction. It's very annoying.

This plugin help you hide reactions from facebook post and leave popular only. Make facebook looks simple and clear.                    

확장 프로그램 기본 정보

이름 Hide reactions for facebook Hide reactions for facebook
ID lcaijjlnhkjilbeeafabmlpgpmonnadc
공식 URL https://chromewebstore.google.com/detail/hide-reactions-for-facebo/lcaijjlnhkjilbeeafabmlpgpmonnadc
설명 It's annoy that seeing the unnecessary reaction. Remove it and display like only.
파일 크기 766 KB
설치 횟수 187
현재 버전 7
최근 업데이트 2022-12-13
출시 날짜 2020-03-07
평점 4.22/5 총 9 개의 평점
개발자 dm3352andy
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://jack120707.blogspot.com/
도움말 페이지 URL https://github.com/asadman1523/Hidden-Reactions-for-facebook
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide reactions for facebook",
    "description": "It's annoy that seeing the unnecessary reaction. Remove it and display like only.",
    "version": "7",
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "commands": [],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "background.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}