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.
拡張機能の基本情報
名前 | Twitch Viewercount Title |
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" ] } ] } |