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
官方網址 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\/*"
    ]
}