My top 10 most-watched Twitch streamers
Compiles a top 10 of your most watched Twitch streamers and displays it into a graph.
My top 10 most-watched Twitch streamersとは何ですか?
My top 10 most-watched Twitch streamersはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Compiles a top 10 of your most watched Twitch streamers and displays it into a graph.」です。
拡張機能のスクリーンショット
My top 10 most-watched Twitch streamers拡張機能のCRXファイルをダウンロード
My top 10 most-watched Twitch streamers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ever wondered which Twitch streamer you watch the most? What about a whole Top 10?!
It's really that simple; install the addon, sit back and enjoy some Twitch while the extension compiles your graph over time.
I don't collect any information regarding your watching habits as everything is stored locally in your browser.
I strongly suggest you pin the extension to be able to glance at your Top 10 at will. 拡張機能の基本情報
| 名前 | |
| ID | ijjhhldncdhjkpnohencpcdlhdjchjif |
| 公式URL | https://chromewebstore.google.com/detail/my-top-10-most-watched-tw/ijjhhldncdhjkpnohencpcdlhdjchjif |
| 説明 | Compiles a top 10 of your most watched Twitch streamers and displays it into a graph. |
| ファイルサイズ | 221 KB |
| インストール数 | 183 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2022-04-03 |
| 公開日 | 2021-12-15 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Unknown |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "My top 10 most-watched Twitch streamers",
"description": "Compiles a top 10 of your most watched Twitch streamers and displays it into a graph.",
"version": "1.2",
"manifest_version": 3,
"permissions": [
"storage"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.twitch.tv\/*"
],
"js": [
"content-script.js"
]
}
]
} | |