GoToChannel
Return "Visit Channel" button in user option on live chat
GoToChannelとは何ですか?
GoToChannelはadds.oceanによって開発されたChromeの拡張機能で、その主な機能は「Return "Visit Channel" button in user option on live chat」です。
拡張機能のスクリーンショット
GoToChannel拡張機能のCRXファイルをダウンロード
GoToChannel拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Return "Visit Channel" button in user option on live chat
拡張機能の基本情報
名前 | GoToChannel |
ID | mkefmnjngpbgnbheallokkajbmganjod |
公式URL | https://chromewebstore.google.com/detail/gotochannel/mkefmnjngpbgnbheallokkajbmganjod |
説明 | Return "Visit Channel" button in user option on live chat |
ファイルサイズ | 28.75 KB |
インストール数 | 147 |
現在のバージョン | 1.1 |
最終更新日 | 2021-12-16 |
公開日 | 2021-12-15 |
評価 | 3.67/5 合計 6 レビュー |
開発者 | adds.ocean |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoToChannel", "version": "1.1", "manifest_version": 2, "web_accessible_resources": [ "modules\/*" ], "content_scripts": [ { "matches": [ "*:\/\/youtube.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/youtu.be\/*", "*:\/\/www.youtu.be\/*", "*:\/\/*.youtu.be\/*" ], "js": [ "index.js" ], "all_frames": true } ], "icons": { "500": "asset\/logo-500.png" }, "browser_action": { "default_icon": { "500": "asset\/logo-500.png" } }, "background": { "scripts": [ "background.js" ] } } |