dankCircle preloader for Twitch

Replace the twitch default preloader with the dankCircle emote.

What is dankCircle preloader for Twitch?

dankCircle preloader for Twitch is a Chrome extension developed by Aiden Wallis, and its main feature is "Replace the twitch default preloader with the dankCircle emote.".

Extension Screenshots

screenshot

Download dankCircle preloader for Twitch Extension CRX File

Download dankCircle preloader for Twitch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name dankCircle preloader for Twitch dankCircle preloader for Twitch
ID iedfclphnfdjimgbhjfkcggfclcjnngc
Official URL https://chromewebstore.google.com/detail/dankcircle-preloader-for/iedfclphnfdjimgbhjfkcggfclcjnngc
Description Replace the twitch default preloader with the dankCircle emote.
File Size 59.88 KB
Installation Count 15
Current Version 0.0.1
Last Updated 2019-01-12
Publish Date 2019-01-12
Rating 5.00/5 Total 2 Ratings
Developer Aiden Wallis
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}