dankCircle preloader for Twitch
Replace the twitch default preloader with the dankCircle emote.
Co to jest dankCircle preloader for Twitch?
dankCircle preloader for Twitch to rozszerzenie Chrome opracowane przez Aiden Wallis, a jego główną funkcją jest „Replace the twitch default preloader with the dankCircle emote.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia dankCircle preloader for Twitch
Pobierz pliki rozszerzeń dankCircle preloader for Twitch w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | dankCircle preloader for Twitch |
ID | iedfclphnfdjimgbhjfkcggfclcjnngc |
Oficjalny URL | https://chromewebstore.google.com/detail/dankcircle-preloader-for/iedfclphnfdjimgbhjfkcggfclcjnngc |
Opis | Replace the twitch default preloader with the dankCircle emote. |
Rozmiar pliku | 59.88 KB |
Liczba instalacji | 15 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2019-01-12 |
Data Publikacji | 2019-01-12 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Aiden Wallis |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |