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 |
| 官方URL | 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"
]
} | |