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文件

下載Hide reactions for facebook擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}