dankCircle preloader for Twitch
Replace the twitch default preloader with the dankCircle emote.
Apa itu dankCircle preloader for Twitch?
dankCircle preloader for Twitch adalah ekstensi Chrome yang dikembangkan oleh Aiden Wallis, dan fitur utamanya adalah "Replace the twitch default preloader with the dankCircle emote.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi dankCircle preloader for Twitch
Unduh file ekstensi dankCircle preloader for Twitch dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | dankCircle preloader for Twitch |
ID | iedfclphnfdjimgbhjfkcggfclcjnngc |
URL Resmi | https://chromewebstore.google.com/detail/dankcircle-preloader-for/iedfclphnfdjimgbhjfkcggfclcjnngc |
Deskripsi | Replace the twitch default preloader with the dankCircle emote. |
Ukuran File | 59.88 KB |
Jumlah Instalasi | 15 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2019-01-12 |
Tanggal Publikasi | 2019-01-12 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Aiden Wallis |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |