Reaction Remover

A quick and easy tool to remove reactions from Facebook.

什么是Reaction Remover?

Reaction Remover是由randolphriback开发的Chrome扩展程序,该扩展的主要功能是“A quick and easy tool to remove reactions from Facebook.”。

扩展截图

screenshot

下载Reaction Remover扩展crx文件

下载Reaction Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Sick of seeing laugh reacts on serious article links? Want a cleaner newsfeed? Give Reaction Remover a try.                    

扩展基本信息

名称 Reaction Remover Reaction Remover
ID dfiapeofdbbemafjadbomikmdlgkihjn
官方URL https://chromewebstore.google.com/detail/reaction-remover/dfiapeofdbbemafjadbomikmdlgkihjn
简介 A quick and easy tool to remove reactions from Facebook.
文件大小 21.25 KB
安装次数 18
当前版本 1.2
更新时间 2021-08-25
上架时间 2021-08-25
评分 3.00/5 共2次评分
开发者 randolphriback
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://wpvip.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reaction Remover",
    "description": "A quick and easy tool to remove reactions from Facebook.",
    "version": "1.2",
    "icons": {
        "128": "png128.png"
    },
    "background": {
        "persistent": true,
        "page": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/inject.js",
                "js\/normalize.js"
            ],
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": "pngegg.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "http:\/\/www.facebook.com\/*",
        "https:\/\/www.facebook.com\/*",
        "http:\/\/web.facebook.com\/*",
        "https:\/\/web.facebook.com\/*"
    ]
}