GoToChannel
Return "Visit Channel" button in user option on live chat
Cos'è GoToChannel?
GoToChannel è un'estensione di Chrome sviluppata da adds.ocean, e la sua funzione principale è "Return "Visit Channel" button in user option on live chat".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GoToChannel
Scarica i file di estensione GoToChannel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Return "Visit Channel" button in user option on live chat Informazioni di Base sull'Estensione
| Nome | |
| ID | mkefmnjngpbgnbheallokkajbmganjod |
| URL Ufficiale | https://chromewebstore.google.com/detail/gotochannel/mkefmnjngpbgnbheallokkajbmganjod |
| Descrizione | Return "Visit Channel" button in user option on live chat |
| Dimensione del File | 28.75 KB |
| Conteggio Installazioni | 147 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2021-12-16 |
| Data di Pubblicazione | 2021-12-15 |
| Valutazione | 3.67/5 Totale 6 Valutazioni |
| Sviluppatore | adds.ocean |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
} | |