GoToChannel
Return "Visit Channel" button in user option on live chat
Wat is GoToChannel?
GoToChannel is een Chrome-extensie ontwikkeld door adds.ocean, en de belangrijkste functie is "Return "Visit Channel" button in user option on live chat".
Extensie Screenshots
Download het CRX-bestand van de extensie GoToChannel
Download GoToChannel-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Return "Visit Channel" button in user option on live chat
Basisinformatie over de Extensie
Naam | GoToChannel |
ID | mkefmnjngpbgnbheallokkajbmganjod |
Officiële URL | https://chromewebstore.google.com/detail/gotochannel/mkefmnjngpbgnbheallokkajbmganjod |
Beschrijving | Return "Visit Channel" button in user option on live chat |
Bestandsgrootte | 28.75 KB |
Aantal Installaties | 147 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-12-16 |
Publicatiedatum | 2021-12-15 |
Beoordeling | 3.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | adds.ocean |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |