FrankerFaceZ

Use a variety of unique faces on Twitch!

What is FrankerFaceZ?

FrankerFaceZ is a Chrome extension developed by https://frankerfacez.com, and its main feature is "Use a variety of unique faces on Twitch!".

Extension Screenshots

screenshot
screenshot
screenshot

Download FrankerFaceZ Extension CRX File

Download FrankerFaceZ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name FrankerFaceZ FrankerFaceZ
ID fadndhdgpmmaapbmfcknlfgcflmmmieb
Official URL https://chromewebstore.google.com/detail/frankerfacez/fadndhdgpmmaapbmfcknlfgcflmmmieb
Description Use a variety of unique faces on Twitch!
File Size 36.45 KB
Installation Count 1,421,551
Current Version 1.57
Last Updated 2021-09-07
Publish Date 2019-03-26
Rating 4.45/5 Total 661 Ratings
Developer https://frankerfacez.com
Payment Type free
Extension Website http://frankerfacez.com
Help Page URL http://frankerfacez.com/contact
Privacy Policy Page URL https://www.frankerfacez.com/privacy
Supported Languages 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\/*"
    ]
}