FrankerFaceZ

Use a variety of unique faces on Twitch!

FrankerFaceZとは何ですか?

FrankerFaceZはhttps://frankerfacez.comによって開発されたChromeの拡張機能で、その主な機能は「Use a variety of unique faces on Twitch!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

FrankerFaceZ拡張機能のCRXファイルをダウンロード

FrankerFaceZ拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        FrankerFaceZ is a Twitch enhancement suite that provides custom channel emotes, Twitch layout and chat customization, advanced chat moderation tools, and many more unique features designed to make Twitch a more pleasant and social experience for you and the channels you love.                    

拡張機能の基本情報

名前 FrankerFaceZ FrankerFaceZ
ID fadndhdgpmmaapbmfcknlfgcflmmmieb
公式URL https://chromewebstore.google.com/detail/frankerfacez/fadndhdgpmmaapbmfcknlfgcflmmmieb
説明 Use a variety of unique faces on Twitch!
ファイルサイズ 36.45 KB
インストール数 1,421,551
現在のバージョン 1.57
最終更新日 2021-09-07
公開日 2019-03-26
評価 4.45/5 合計 661 レビュー
開発者 https://frankerfacez.com
支払い方法 free
拡張機能のウェブサイト http://frankerfacez.com
ヘルプページのURL http://frankerfacez.com/contact
プライバシーポリシーページのURL https://www.frankerfacez.com/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FrankerFaceZ",
    "short_name": "FFZ",
    "version": "1.57",
    "description": "Use a variety of unique faces on Twitch!",
    "homepage_url": "http:\/\/www.frankerfacez.com",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "exclude_globs": [
                "*:\/\/api.twitch.tv\/*"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.twitch.tv\/*",
        "*:\/\/*.frankerfacez.com\/*"
    ]
}