Custom Reactions for Facebook

Create and share custom reactions on Facebook

ما هو Custom Reactions for Facebook؟

Custom Reactions for Facebook هو إضافة Chrome تم تطويرها بواسطة T-Rekt، والميزة الرئيسية لها هي "Create and share custom reactions on Facebook".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Custom Reactions for Facebook

قم بتنزيل ملفات الامتداد Custom Reactions for Facebook بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}