Twitch Follower Count
Configurable Chrome extension that shows follower count when in a twitch channel page.
Twitch Follower Countとは何ですか?
Twitch Follower Countはaranciroによって開発されたChromeの拡張機能で、その主な機能は「Configurable Chrome extension that shows follower count when in a twitch channel page.」です。
拡張機能のスクリーンショット
Twitch Follower Count拡張機能のCRXファイルをダウンロード
Twitch Follower Count拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Puts the follower count next to the channel name on Twitch.
拡張機能の基本情報
名前 | Twitch Follower Count |
ID | phpdilphbfgmibgdegclmliinkddhloe |
公式URL | https://chromewebstore.google.com/detail/twitch-follower-count/phpdilphbfgmibgdegclmliinkddhloe |
説明 | Configurable Chrome extension that shows follower count when in a twitch channel page. |
ファイルサイズ | 81.73 KB |
インストール数 | 41 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-06-09 |
公開日 | 2021-06-08 |
開発者 | aranciro |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/aranciro/Twitch-Follower-Count-Chrome |
ヘルプページのURL | https://github.com/aranciro/Twitch-Follower-Count-Chrome/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Follower Count", "version": "1.0.0", "description": "Configurable Chrome extension that shows follower count when in a twitch channel page.", "icons": { "16": "res\/twitch-follower-count-icon-16x16.png", "32": "res\/twitch-follower-count-icon-32x32.png", "48": "res\/twitch-follower-count-icon-48x48.png", "64": "res\/twitch-follower-count-icon-64x64.png", "128": "res\/twitch-follower-count-icon-128x128.png" }, "options_page": "options\/index.html", "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*.twitch.tv\/*", "https:\/\/*.twitch.tv\/*" ], "js": [ "twitch-follower-count.user.js" ], "css": [ "twitch-follower-count.css" ] } ], "manifest_version": 3 } |