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