dankCircle preloader for Twitch
Replace the twitch default preloader with the dankCircle emote.
Co je dankCircle preloader for Twitch?
dankCircle preloader for Twitch je rozšíření Chrome vyvinuté Aiden Wallis, a jeho hlavní funkcí je „Replace the twitch default preloader with the dankCircle emote.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření dankCircle preloader for Twitch
Stáhněte si soubory rozšíření dankCircle preloader for Twitch ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | dankCircle preloader for Twitch |
ID | iedfclphnfdjimgbhjfkcggfclcjnngc |
Oficiální URL | https://chromewebstore.google.com/detail/dankcircle-preloader-for/iedfclphnfdjimgbhjfkcggfclcjnngc |
Popis | Replace the twitch default preloader with the dankCircle emote. |
Velikost souboru | 59.88 KB |
Počet instalací | 15 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2019-01-12 |
Datum Vydání | 2019-01-12 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Aiden Wallis |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |