GoToChannel
Return "Visit Channel" button in user option on live chat
What is GoToChannel?
GoToChannel is a Chrome extension developed by adds.ocean, and its main feature is "Return "Visit Channel" button in user option on live chat".
Extension Screenshots
Download GoToChannel Extension CRX File
Download GoToChannel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Return "Visit Channel" button in user option on live chat
Extension Basic Information
Name | GoToChannel |
ID | mkefmnjngpbgnbheallokkajbmganjod |
Official URL | https://chromewebstore.google.com/detail/gotochannel/mkefmnjngpbgnbheallokkajbmganjod |
Description | Return "Visit Channel" button in user option on live chat |
File Size | 28.75 KB |
Installation Count | 147 |
Current Version | 1.1 |
Last Updated | 2021-12-16 |
Publish Date | 2021-12-15 |
Rating | 3.67/5 Total 6 Ratings |
Developer | adds.ocean |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |