Koci's Twitch Chat Shortcuts
Make shortcuts in your twitch chat to make your chatting/emoting easier.
Apa itu Koci's Twitch Chat Shortcuts?
Koci's Twitch Chat Shortcuts adalah ekstensi Chrome yang dikembangkan oleh Koci, dan fitur utamanya adalah "Make shortcuts in your twitch chat to make your chatting/emoting easier.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Koci's Twitch Chat Shortcuts
Unduh file ekstensi Koci's Twitch Chat Shortcuts 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
Make shortcuts in your twitch chat to make your chatting/emoting easier. Ever wanted to write H instead of HYPEROMEGALUL? Now is the right time to be alive 4House
Informasi Dasar Ekstensi
Nama | Koci's Twitch Chat Shortcuts |
ID | njfogjbfnbiahacbffofhfgoihmalkod |
URL Resmi | https://chromewebstore.google.com/detail/kocis-twitch-chat-shortcu/njfogjbfnbiahacbffofhfgoihmalkod |
Deskripsi | Make shortcuts in your twitch chat to make your chatting/emoting easier. |
Ukuran File | 223 KB |
Jumlah Instalasi | 15 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2018-08-20 |
Tanggal Publikasi | 2018-08-20 |
Penilaian | 4.50/5 Total 6 Penilaian |
Pengembang | Koci |
Tipe Pembayaran | in_app |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Koci's Twitch Chat Shortcuts", "version": "1.1.0", "description": "Make shortcuts in your twitch chat to make your chatting\/emoting easier.", "manifest_version": 2, "permissions": [ "tabs", "storage", "identity", "identity.email" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "page.js" ] } ] } |