dankCircle preloader for Twitch
Replace the twitch default preloader with the dankCircle emote.
Wat is dankCircle preloader for Twitch?
dankCircle preloader for Twitch is een Chrome-extensie ontwikkeld door Aiden Wallis, en de belangrijkste functie is "Replace the twitch default preloader with the dankCircle emote.".
Extensie Screenshots
Download het CRX-bestand van de extensie dankCircle preloader for Twitch
Download dankCircle preloader for Twitch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | dankCircle preloader for Twitch |
ID | iedfclphnfdjimgbhjfkcggfclcjnngc |
Officiële URL | https://chromewebstore.google.com/detail/dankcircle-preloader-for/iedfclphnfdjimgbhjfkcggfclcjnngc |
Beschrijving | Replace the twitch default preloader with the dankCircle emote. |
Bestandsgrootte | 59.88 KB |
Aantal Installaties | 15 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2019-01-12 |
Publicatiedatum | 2019-01-12 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Aiden Wallis |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |