PlebTV

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

Qu'est-ce que PlebTV ?

PlebTV est une extension Chrome développée par Plebian, et sa fonction principale est "Free Twitch Sub Emotes for those who dont want to give him money.".

Télécharger le fichier CRX de l'extension PlebTV

Téléchargez les fichiers d'extension PlebTV au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom PlebTV PlebTV
ID opnhdldldepoplohpadkbnfdmhmpboki
URL Officiel https://chromewebstore.google.com/detail/plebtv/opnhdldldepoplohpadkbnfdmhmpboki
Description Free Twitch Sub Emotes for those who dont want to give him money.
Taille du Fichier 18.54 KB
Nombre d'Installations 15
Version Actuelle 0.1
Dernière Mise à Jour 2017-01-06
Date de Publication 2017-01-06
Évaluation 3.00/5 Total 2 Évaluations
Développeur Plebian
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}