GoToChannel by Swap Meet Shops
Go To Channel for YouTube.
O que é GoToChannel by Swap Meet Shops?
GoToChannel by Swap Meet Shops é uma extensão do Chrome desenvolvida por https://www.swapmeetshops.com, e sua principal característica é "Go To Channel for YouTube.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GoToChannel by Swap Meet Shops
Baixe arquivos de extensão GoToChannel by Swap Meet Shops no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
A quick way to search for a Youtube Channel from a Live Stream. This is my first extension to help out live streamers out there missing the Go To Channel option. Thank you for using this extension.
Informações Básicas da Extensão
Nome | GoToChannel by Swap Meet Shops |
ID | nogfmpkgdfgfealjjenelnmfdminfokd |
URL Oficial | https://chromewebstore.google.com/detail/gotochannel-by-swap-meet/nogfmpkgdfgfealjjenelnmfdminfokd |
Descrição | Go To Channel for YouTube. |
Tamanho do Arquivo | 96.92 KB |
Contagem de Instalações | 2,928 |
Versão Atual | 1.38 |
Última Atualização | 2021-04-06 |
Data de Publicação | 2020-06-30 |
Classificação | 3.51/5 Total de 55 Avaliações |
Desenvolvedor | https://www.swapmeetshops.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.swapmeetshops.com/GTCIdownloaded.aspx |
URL da Página de Ajuda | https://www.swapmeetshops.com/storesupport.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GoToChannel by Swap Meet Shops", "description": "Go To Channel for YouTube.", "version": "1.38", "permissions": [ "storage", "*:\/\/*.youtube.com\/*", "*:\/\/swmwebapi.azurewebsites.net\/*" ], "browser_action": { "default_icon": "icon.png" }, "options_ui": { "page": "options.html", "open_in_tab": false, "chrome_style": true }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "matches": [ "*:\/\/*.youtube.com\/*" ], "scripts": [ "script.js", "hello.js" ], "all_frames": true }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "all_frames": true, "js": [ "csscript.js" ] } ], "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'", "web_accessible_resources": [ "woodplnk-001.mp3" ] } |