The FFZ Add-On Pack

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

The FFZ Add-On Pack là gì?

The FFZ Add-On Pack là một tiện ích mở rộng Chrome được phát triển bởi Lordmau5, và tính năng chính của nó là "A combination of add-ons for the Twitch extension "FrankerFaceZ"".

Ả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 The FFZ Add-On Pack

Tải xuống các tệp mở rộng The FFZ Add-On Pack 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

                        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)                    

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

Tên The FFZ Add-On Pack The FFZ Add-On Pack
ID aiimboljphncldaakcnapfolgnjonlea
URL Chính Thức https://chromewebstore.google.com/detail/the-ffz-add-on-pack/aiimboljphncldaakcnapfolgnjonlea
Mô tả A combination of add-ons for the Twitch extension "FrankerFaceZ"
Kích Thước Tệp 33.21 KB
Số Lần Cài Đặt 179,911
Phiên Bản Hiện Tại 3.1.2
Cập Nhật Lần Cuối 2021-05-26
Ngày Phát Hành 2018-02-08
Đánh Giá 4.57/5 Tổng số 159 Đánh Giá
Nhà Phát Triển Lordmau5
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ffzap.com/
URL Trang Trợ Giúp https://ffzap.com/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}