PlebTV

Free Twitch Sub Emotes for those who dont want to give him money.

Cos'è PlebTV?

PlebTV è un'estensione di Chrome sviluppata da Plebian, e la sua funzione principale è "Free Twitch Sub Emotes for those who dont want to give him money.".

Scarica il file CRX dell'estensione PlebTV

Scarica i file di estensione PlebTV 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

                        PlebTV. A very minimal chrome extension that allows you to use subscriber emotes on a Twitch.tv channel without paying $5 subscription fee.                    

Informazioni di Base sull'Estensione

Nome PlebTV PlebTV
ID opnhdldldepoplohpadkbnfdmhmpboki
URL Ufficiale https://chromewebstore.google.com/detail/plebtv/opnhdldldepoplohpadkbnfdmhmpboki
Descrizione Free Twitch Sub Emotes for those who dont want to give him money.
Dimensione del File 18.54 KB
Conteggio Installazioni 15
Versione Corrente 0.1
Ultimo Aggiornamento 2017-01-06
Data di Pubblicazione 2017-01-06
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Plebian
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PlebTV",
    "description": "Free Twitch Sub Emotes for those who dont want to give him money.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "lolalpha1.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "PlebTV",
        "default_icon": {
            "128": "gusta.png"
        }
    },
    "permissions": [
        "tabs",
        "https:\/\/www.twitch.tv\/*"
    ]
}