The FFZ Enhancing Add-On

An add-on for enhancing functionality of "FrankerFaceZ"

Cos'è The FFZ Enhancing Add-On?

The FFZ Enhancing Add-On è un'estensione di Chrome sviluppata da Tester007, e la sua funzione principale è "An add-on for enhancing functionality of "FrankerFaceZ"".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione The FFZ Enhancing Add-On

Scarica i file di estensione The FFZ Enhancing Add-On in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome The FFZ Enhancing Add-On The FFZ Enhancing Add-On
ID dpjloclnedokpfjlolaebpbaclbdigon
URL Ufficiale https://chromewebstore.google.com/detail/the-ffz-enhancing-add-on/dpjloclnedokpfjlolaebpbaclbdigon
Descrizione An add-on for enhancing functionality of "FrankerFaceZ"
Dimensione del File 26.69 KB
Conteggio Installazioni 20,000
Versione Corrente 6.0
Ultimo Aggiornamento 2019-11-07
Data di Pubblicazione 2019-11-05
Valutazione 4.53/5 Totale 17 Valutazioni
Sviluppatore Tester007
Tipo di Pagamento free
Sito Web dell'Estensione https://tester798.github.io/ffzenhancing/
URL della Pagina di Aiuto https://tester798.github.io/ffzenhancing/
Lingue Supportate 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\/*"
    ]
}