Custom Reactions for Facebook

Create and share custom reactions on Facebook

Custom Reactions for Facebook là gì?

Custom Reactions for Facebook là một tiện ích mở rộng Chrome được phát triển bởi T-Rekt, và tính năng chính của nó là "Create and share custom reactions on Facebook".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Custom Reactions for Facebook

Tải xuống các tệp mở rộng Custom Reactions for Facebook dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Custom Reactions for Facebook Custom Reactions for Facebook
ID jmjojkilgdbcgdemnopinafimpidclcb
URL Chính Thức https://chrome.google.com/webstore/detail/custom-reactions-for-face/jmjojkilgdbcgdemnopinafimpidclcb
Mô tả Create and share custom reactions on Facebook
Kích Thước Tệp 57.06 KB
Số Lần Cài Đặt 1,341
Phiên Bản Hiện Tại 0.0.15
Cập Nhật Lần Cuối 2020-12-03
Ngày Phát Hành 2020-09-16
Đánh Giá 4.79/5 Tổng số 24 Đánh Giá
Nhà Phát Triển T-Rekt
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://reactions.thao.pw
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}