dankCircle preloader for Twitch

Replace the twitch default preloader with the dankCircle emote.

Qu'est-ce que dankCircle preloader for Twitch ?

dankCircle preloader for Twitch est une extension Chrome développée par Aiden Wallis, et sa fonction principale est "Replace the twitch default preloader with the dankCircle emote.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension dankCircle preloader for Twitch

Téléchargez les fichiers d'extension dankCircle preloader for Twitch 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

                        Replaces the default twitch.tv sitewide preloader with the dankCircle BetterTTV emote. Fully compatible with any third party extensions, as all this does is inject a few lines of CSS to any Twitch tab on load.                    

Informations de Base sur l'Extension

Nom dankCircle preloader for Twitch dankCircle preloader for Twitch
ID iedfclphnfdjimgbhjfkcggfclcjnngc
URL Officiel https://chromewebstore.google.com/detail/dankcircle-preloader-for/iedfclphnfdjimgbhjfkcggfclcjnngc
Description Replace the twitch default preloader with the dankCircle emote.
Taille du Fichier 59.88 KB
Nombre d'Installations 15
Version Actuelle 0.0.1
Dernière Mise à Jour 2019-01-12
Date de Publication 2019-01-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur Aiden Wallis
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "dankCircle preloader for Twitch",
    "short_name": "dankCircle",
    "version": "0.0.1",
    "description": "Replace the twitch default preloader with the dankCircle emote.",
    "icons": {
        "48": "images\/pajaDank_48.png",
        "128": "images\/pajaDank_128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "exclude_globs": [
                "*:\/\/api.twitch.tv\/*"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.twitch.tv\/*"
    ],
    "web_accessible_resources": [
        "images\/dankCircle.gif"
    ]
}