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 |
| 公式URL | 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"
]
}
]
} | |