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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A combination of add-ons for the Twitch extension "FrankerFaceZ""입니다.

확장 프로그램 스크린샷

screenshot
screenshot

The FFZ Add-On Pack 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
            ]
        }
    ]
}