Twitch-Chat-Bottom
When the sceen is small Twitch chat is anchored at the bottom of the page
什麼是Twitch-Chat-Bottom?
Twitch-Chat-Bottom是由Asim Shrestha開發的Chrome擴展程式,該擴展的主要功能是“When the sceen is small Twitch chat is anchored at the bottom of the page”。
擴展截圖
下載Twitch-Chat-Bottom擴展crx文件
下載Twitch-Chat-Bottom擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | ojihlcinbfjmbiabagcjaniphobeenla |
| 官方網址 | https://chromewebstore.google.com/detail/twitch-chat-bottom/ojihlcinbfjmbiabagcjaniphobeenla |
| 簡介 | When the sceen is small Twitch chat is anchored at the bottom of the page |
| 檔案大小 | 4.58 KB |
| 安裝次數 | 14 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2018-04-05 |
| 上架時間 | 2018-04-05 |
| 評分 | 1.00/5 共 1 次評分 |
| 開發者 | Asim Shrestha |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "When the sceen is small Twitch chat is anchored at the bottom of the page",
"manifest_version": 2,
"name": "Twitch-Chat-Bottom",
"version": "1.0.1",
"background": {
"scripts": [
"background.js"
]
},
"page_action": {
"browser_style": true,
"default_title": "Twitch Chat Bottom"
},
"permissions": [
"*:\/\/*.twitch.tv\/*",
"activeTab",
"tabs"
]
} | |