The FFZ Add-On Pack

A combination of add-ons for the Twitch extension "FrankerFaceZ"

ما هو The FFZ Add-On Pack؟

The FFZ Add-On Pack هو إضافة Chrome تم تطويرها بواسطة Lordmau5، والميزة الرئيسية لها هي "A combination of add-ons for the Twitch extension "FrankerFaceZ"".

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

screenshot
screenshot

تحميل ملف CRX للإضافة The FFZ Add-On Pack

قم بتنزيل ملفات الامتداد The FFZ Add-On Pack بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        We hereby present our newest invention in browser extension technology:
The FrankerFaceZ Add-On Pack!

Formerly known as "BetterTTV Emotes for FrankerFaceZ", this extension is aiming to be more modular and thus support not just BTTV but also other services easily.

As of version 2.0.0 it supports BetterTTV emotes in a better way than BTTV4FFZ could have ever done.
If you only use BetterTTV for the emotes, there is no need to anymore if you have The FFZ Add-On Pack installed.

Stay tuned for more addons in the future!

(FrankerFaceZ is required for this extension to function)                    

معلومات أساسية عن التمديد

الاسم The FFZ Add-On Pack The FFZ Add-On Pack
ID aiimboljphncldaakcnapfolgnjonlea
عنوان URL الرسمي https://chromewebstore.google.com/detail/the-ffz-add-on-pack/aiimboljphncldaakcnapfolgnjonlea
الوصف A combination of add-ons for the Twitch extension "FrankerFaceZ"
حجم الملف 33.21 KB
عدد التثبيتات 179,911
النسخة الحالية 3.1.2
آخر تحديث 2021-05-26
تاريخ النشر 2018-02-08
تقييم 4.57/5 مجموع تقييمات 159
المطور Lordmau5
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://ffzap.com/
عنوان صفحة المساعدة https://ffzap.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "The FFZ Add-On Pack",
    "short_name": "ffz-ap",
    "version": "3.1.2",
    "description": "A combination of add-ons for the Twitch extension \"FrankerFaceZ\"",
    "icons": {
        "48": "chrome\/icon48.png",
        "128": "chrome\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "chrome\/script.js"
            ],
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "chrome\/contentScript.js"
            ],
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "exclude_globs": [
                "*:\/\/api.twitch.tv\/*"
            ]
        }
    ]
}