dankCircle preloader for Twitch

Replace the twitch default preloader with the dankCircle emote.

O que é dankCircle preloader for Twitch?

dankCircle preloader for Twitch é uma extensão do Chrome desenvolvida por Aiden Wallis, e sua principal característica é "Replace the twitch default preloader with the dankCircle emote.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão dankCircle preloader for Twitch

Baixe arquivos de extensão dankCircle preloader for Twitch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome dankCircle preloader for Twitch dankCircle preloader for Twitch
ID iedfclphnfdjimgbhjfkcggfclcjnngc
URL Oficial https://chromewebstore.google.com/detail/dankcircle-preloader-for/iedfclphnfdjimgbhjfkcggfclcjnngc
Descrição Replace the twitch default preloader with the dankCircle emote.
Tamanho do Arquivo 59.88 KB
Contagem de Instalações 15
Versão Atual 0.0.1
Última Atualização 2019-01-12
Data de Publicação 2019-01-12
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Aiden Wallis
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}