Booyah.tv
Mejora la experiencia de Booyah.live
Apa itu Booyah.tv?
Booyah.tv adalah ekstensi Chrome yang dikembangkan oleh elmarceloc, dan fitur utamanya adalah "Mejora la experiencia de Booyah.live".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Booyah.tv
Unduh file ekstensi Booyah.tv 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
Booyah.tv incorpora características de Twitch.TV a Booyah.live, estas son las siguientes: - Emotes de BTTV - Emotes de FFZ - Emotes de Twitch y de Subscriptor - Menú de Emotes - Temas personalizados - Poder descargar un VOD (stream) en PC - Paneles de canales de Twitch.TV - Colores en los nombres de usuario - Poder Tagear a un usuario (@elmarceloc Hola) , también puedes dar doble click a un usuario para tagearlo - Shift + Click para copiar un mensaje (útil para spamear) - Autocompletar emotes como en FFZ! (BETA) - Panel con el ranking de StreamVip - Boton para corregir el Delay - Corrección de delay automática - Emotes infinitos para Better TTV, Franker Face Z y 7 tv - Emblemas custom por canal - Emblemas de donador (POOOG) === Canales donde esta disponible === - MoaiGR - Puvloo - xCry - Cristianghost - Dylantero - Suwie - Donsebastianlive - Latesitoo - Jaidefinichon - MAAU - aedrons - astini
Informasi Dasar Ekstensi
Nama | |
ID | haoffcckmleokgojkhlhelldhfoicaij |
URL Resmi | https://chrome.google.com/webstore/detail/booyahtv/haoffcckmleokgojkhlhelldhfoicaij |
Deskripsi | Mejora la experiencia de Booyah.live |
Ukuran File | 220 KB |
Jumlah Instalasi | 4,000 |
Versi Saat Ini | 1.55 |
Terakhir Diperbarui | 2022-04-23 |
Tanggal Publikasi | 2021-07-31 |
Penilaian | 4.80/5 Total 100 Penilaian |
Pengembang | elmarceloc |
[email protected] | |
Tipe Pembayaran | in_app |
Situs Ekstensi | https://booyahtv.zzls.xyz |
URL Halaman Kebijakan Privasi | https://gossamer-pigeon-70a.notion.site/Pol-ticas-de-privacidad-de-Booyah-tv-2f5be3704a374287b5bfc32f77e34e10 |
Bahasa yang Didukung | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Booyah.tv", "version": "1.55", "description": "Mejora la experiencia de Booyah.live", "manifest_version": 3, "permissions": [ "tabs", "storage" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "css": [ "css\/jquery.modal.min.css", "css\/jquery-ui.css", "css\/emotes.css", "css\/autocomplete.css" ], "js": [ "libs\/jquery.min.js", "libs\/jquery-ui.min.js", "libs\/jquery.modal.min.js", "libs\/tmi.min.js", "libs\/tabcomplete.min.js", "content_scripts\/emotes.js" ], "matches": [ "https:\/\/booyah.live\/*" ], "exclude_matches": [ "https:\/\/booyah.live\/standalone\/chatroom\/chat-list*" ] }, { "js": [ "libs\/jquery.min.js", "content_scripts\/bttv.js" ], "matches": [ "https:\/\/betterttv.com\/emotes\/*" ], "exclude_matches": [ "https:\/\/betterttv.com\/dashboard\/emotes\/upload" ] }, { "js": [ "libs\/jquery.min.js", "content_scripts\/ffz.js" ], "matches": [ "https:\/\/www.frankerfacez.com\/emoticon\/*" ] }, { "js": [ "libs\/jquery.min.js", "content_scripts\/7tv.js" ], "matches": [ "https:\/\/7tv.app\/*" ] } ], "web_accessible_resources": [ { "resources": [ "css\/optional\/interlined.css", "css\/optional\/hidebadges.css", "css\/optional\/distractfree.css", "css\/optional\/hideviewers.css", "css\/optional\/hiderecommended.css", "css\/themes\/chatofflove.css", "css\/themes\/monouwu.css", "css\/themes\/cynthia.css", "css\/themes\/moaigr.css", "css\/themes\/dylantero.css", "css\/themes\/furseloc.css", "css\/themes\/homero.css", "css\/themes\/bingus.css", "css\/themes\/bastordo.css", "css\/themes\/mauu.css", "css\/themes\/late.css", "css\/themes\/puvloo.css", "css\/themes\/cristianghost.css", "css\/themes\/exodo.css", "css\/themes\/alosans.css", "css\/themes\/peckynoqui.css", "resources\/icons\/emote-menu.png", "resources\/icons\/twitch.svg", "resources\/badges\/staff.png", "resources\/sounds\/blip.wav" ], "matches": [ "https:\/\/booyah.live\/*" ] } ], "background": { "service_worker": "background.js" } } |