GoToChannel by Swap Meet Shops
Go To Channel for YouTube.
Wat is GoToChannel by Swap Meet Shops?
GoToChannel by Swap Meet Shops is een Chrome-extensie ontwikkeld door https://www.swapmeetshops.com, en de belangrijkste functie is "Go To Channel for YouTube.".
Extensie Screenshots
Download het CRX-bestand van de extensie GoToChannel by Swap Meet Shops
Download GoToChannel by Swap Meet Shops-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
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.
Basisinformatie over de Extensie
Naam | GoToChannel by Swap Meet Shops |
ID | nogfmpkgdfgfealjjenelnmfdminfokd |
Officiële URL | https://chromewebstore.google.com/detail/gotochannel-by-swap-meet/nogfmpkgdfgfealjjenelnmfdminfokd |
Beschrijving | Go To Channel for YouTube. |
Bestandsgrootte | 96.92 KB |
Aantal Installaties | 2,928 |
Huidige Versie | 1.38 |
Laatst Bijgewerkt | 2021-04-06 |
Publicatiedatum | 2020-06-30 |
Beoordeling | 3.51/5 Totaal 55 Beoordelingen |
Ontwikkelaar | https://www.swapmeetshops.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.swapmeetshops.com/GTCIdownloaded.aspx |
Help Pagina-URL | https://www.swapmeetshops.com/storesupport.html |
Ondersteunde Talen | 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" ] } |