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 Lordmau5 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A combination of add-ons for the Twitch extension "FrankerFaceZ""।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में The FFZ Add-On Pack एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ URL 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\/*"
            ]
        }
    ]
}