Twitch Viewercount Title
Shows twitch viewercount in tab title
什么是Twitch Viewercount Title?
Twitch Viewercount Title是由Phoinx开发的Chrome扩展程序,该扩展的主要功能是“Shows twitch viewercount in tab title”。
扩展截图
下载Twitch Viewercount Title扩展crx文件
下载Twitch Viewercount Title扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple chrome extension that will keep track of all your opened streams if you're trying to keep track of multiple streams at once and is interested in numbers. 扩展基本信息
| 名称 | |
| ID | ddmlenakhhdmkkefdemfpakafhmkiidp |
| 官方URL | https://chromewebstore.google.com/detail/twitch-viewercount-title/ddmlenakhhdmkkefdemfpakafhmkiidp |
| 简介 | Shows twitch viewercount in tab title |
| 文件大小 | 30.3 KB |
| 安装次数 | 300 |
| 当前版本 | 1.11 |
| 更新时间 | 2015-06-13 |
| 上架时间 | 2015-06-13 |
| 评分 | 1.00/5 共2次评分 |
| 开发者 | Phoinx |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitch Viewercount Title",
"version": "1.11",
"manifest_version": 2,
"icons": {
"16": "images\/16x16.png",
"48": "images\/48x48.png",
"128": "images\/128x128.png"
},
"description": "Shows twitch viewercount in tab title",
"background": "background.html",
"content_scripts": [
{
"matches": [
"*:\/\/*.twitch.tv\/*"
],
"js": [
"script.js"
]
}
]
} | |