dankCircle preloader for Twitch

Replace the twitch default preloader with the dankCircle emote.

Vad är dankCircle preloader for Twitch?

dankCircle preloader for Twitch är en Chrome-tillägg utvecklad av Aiden Wallis, och dess huvudfunktion är "Replace the twitch default preloader with the dankCircle emote.".

Tilläggsskärmbilder

screenshot

Ladda ner dankCircle preloader for Twitch-förlängningens CRX-fil

Ladda ner dankCircle preloader for Twitch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn dankCircle preloader for Twitch dankCircle preloader for Twitch
ID iedfclphnfdjimgbhjfkcggfclcjnngc
Officiell webbadress https://chromewebstore.google.com/detail/dankcircle-preloader-for/iedfclphnfdjimgbhjfkcggfclcjnngc
Beskrivning Replace the twitch default preloader with the dankCircle emote.
Filstorlek 59.88 KB
Antal Installationer 15
Aktuell Version 0.0.1
Senast Uppdaterad 2019-01-12
Publiceringsdatum 2019-01-12
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Aiden Wallis
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}