Koci's Twitch Chat Shortcuts
Make shortcuts in your twitch chat to make your chatting/emoting easier.
什麼是Koci's Twitch Chat Shortcuts?
Koci's Twitch Chat Shortcuts是由Koci開發的Chrome擴展程式,該擴展的主要功能是“Make shortcuts in your twitch chat to make your chatting/emoting easier.”。
擴展截圖
下載Koci's Twitch Chat Shortcuts擴展crx文件
下載Koci's Twitch Chat Shortcuts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | njfogjbfnbiahacbffofhfgoihmalkod |
| 官方網址 | https://chromewebstore.google.com/detail/kocis-twitch-chat-shortcu/njfogjbfnbiahacbffofhfgoihmalkod |
| 簡介 | Make shortcuts in your twitch chat to make your chatting/emoting easier. |
| 檔案大小 | 223 KB |
| 安裝次數 | 15 |
| 目前版本 | 1.1.0 |
| 更新時間 | 2018-08-20 |
| 上架時間 | 2018-08-20 |
| 評分 | 4.50/5 共 6 次評分 |
| 開發者 | Koci |
| 付費類型 | in_app |
| 支援的語言 | 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"
]
}
]
} | |