Twitch Tools
Move twitch chat to the left side
Apa itu Twitch Tools?
Twitch Tools adalah ekstensi Chrome yang dikembangkan oleh https://nomercy.tv, dan fitur utamanya adalah "Move twitch chat to the left side".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitch Tools
Unduh file ekstensi Twitch Tools 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
Do you have twitch open on your right monitor? Move the Twitch chat to the left of your screen with one click. More tools to come. Feature requests are welcome.
Informasi Dasar Ekstensi
Nama | Twitch Tools |
ID | hoolijiaaedceodofbgpogpalnofodgh |
URL Resmi | https://chromewebstore.google.com/detail/twitch-tools/hoolijiaaedceodofbgpogpalnofodgh |
Deskripsi | Move twitch chat to the left side |
Ukuran File | 12.65 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2022-04-12 |
Tanggal Publikasi | 2022-04-12 |
Penilaian | 1.00/5 Total 2 Penilaian |
Pengembang | https://nomercy.tv |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool |
URL Halaman Bantuan | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool/-/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.2", "action": { "default_icon": { "48": "icons\/twitch-48x48.png" }, "default_title": "Twitch Tools", "default_popup": "popup\/menu.html" }, "name": "Twitch Tools", "description": "Move twitch chat to the left side", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content\/content.js" ] } ], "icons": { "48": "icons\/twitch-48x48.png", "128": "icons\/twitch-128x128.png" }, "web_accessible_resources": [ { "resources": [ "plugins\/*", "lib\/*", "popup\/*", "content\/*" ], "use_dynamic_url": true, "matches": [ "https:\/\/www.twitch.tv\/*" ] } ] } |