dankCircle preloader for Twitch

Replace the twitch default preloader with the dankCircle emote.

Cos'è dankCircle preloader for Twitch?

dankCircle preloader for Twitch è un'estensione di Chrome sviluppata da Aiden Wallis, e la sua funzione principale è "Replace the twitch default preloader with the dankCircle emote.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione dankCircle preloader for Twitch

Scarica i file di estensione dankCircle preloader for Twitch 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

                        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.                    

Informazioni di Base sull'Estensione

Nome dankCircle preloader for Twitch dankCircle preloader for Twitch
ID iedfclphnfdjimgbhjfkcggfclcjnngc
URL Ufficiale https://chromewebstore.google.com/detail/dankcircle-preloader-for/iedfclphnfdjimgbhjfkcggfclcjnngc
Descrizione Replace the twitch default preloader with the dankCircle emote.
Dimensione del File 59.88 KB
Conteggio Installazioni 15
Versione Corrente 0.0.1
Ultimo Aggiornamento 2019-01-12
Data di Pubblicazione 2019-01-12
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Aiden Wallis
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}