The FFZ Enhancing Add-On

An add-on for enhancing functionality of "FrankerFaceZ"

What is The FFZ Enhancing Add-On?

The FFZ Enhancing Add-On is a Chrome extension developed by Tester007, and its main feature is "An add-on for enhancing functionality of "FrankerFaceZ"".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download The FFZ Enhancing Add-On Extension CRX File

Download The FFZ Enhancing Add-On 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

                        Adds some helpful functionality to FFZ extension.

You can check currently available enhancements on the screenshots.

For this extension to work you first need to install "FrankerFaceZ" from https://chrome.google.com/webstore/detail/fadndhdgpmmaapbmfcknlfgcflmmmieb

This extension does not transmit or collect any information.                    

Extension Basic Information

Name The FFZ Enhancing Add-On The FFZ Enhancing Add-On
ID dpjloclnedokpfjlolaebpbaclbdigon
Official URL https://chromewebstore.google.com/detail/the-ffz-enhancing-add-on/dpjloclnedokpfjlolaebpbaclbdigon
Description An add-on for enhancing functionality of "FrankerFaceZ"
File Size 26.69 KB
Installation Count 20,000
Current Version 6.0
Last Updated 2019-11-07
Publish Date 2019-11-05
Rating 4.53/5 Total 17 Ratings
Developer Tester007
Payment Type free
Extension Website https://tester798.github.io/ffzenhancing/
Help Page URL https://tester798.github.io/ffzenhancing/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The FFZ Enhancing Add-On",
    "short_name": "ffzenhancing",
    "description": "An add-on for enhancing functionality of \"FrankerFaceZ\"",
    "version": "6.0",
    "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\/*"
    ]
}