Custom Reactions for Facebook

Create and share custom reactions on Facebook

什么是Custom Reactions for Facebook?

Custom Reactions for Facebook是由T-Rekt开发的Chrome扩展程序,该扩展的主要功能是“Create and share custom reactions on Facebook”。

扩展截图

screenshot
screenshot

下载Custom Reactions for Facebook扩展crx文件

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

扩展使用说明

                        This extension allow you to import custom reactions for Facebook newsfeed
To create and share reactions pack, visit: https://reactions.thao.pw
Demo reactions pack: https://reactions.thao.pw/?id=NUTX4NWMW9                    

扩展基本信息

名称 Custom Reactions for Facebook Custom Reactions for Facebook
ID jmjojkilgdbcgdemnopinafimpidclcb
官方URL https://chrome.google.com/webstore/detail/custom-reactions-for-face/jmjojkilgdbcgdemnopinafimpidclcb
简介 Create and share custom reactions on Facebook
文件大小 57.06 KB
安装次数 1,341
当前版本 0.0.15
更新时间 2020-12-03
上架时间 2020-09-16
评分 4.79/5 共24次评分
开发者 T-Rekt
电子邮箱 [email protected]
付费类型 free
扩展官网 https://reactions.thao.pw
支持的语言 en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.15",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "author": "T-Rekt",
    "homepage_url": "https:\/\/reactions.thao.pw\/?utm_source=extension",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "src\/inject\/injectReady.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/reactions.thao.pw\/*"
        ]
    },
    "permissions": [
        "storage",
        "notifications"
    ]
}