GoToChannel by Swap Meet Shops
Go To Channel for YouTube.
Qu'est-ce que GoToChannel by Swap Meet Shops ?
GoToChannel by Swap Meet Shops est une extension Chrome développée par https://www.swapmeetshops.com, et sa fonction principale est "Go To Channel for YouTube.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GoToChannel by Swap Meet Shops
Téléchargez les fichiers d'extension GoToChannel by Swap Meet Shops au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | GoToChannel by Swap Meet Shops |
ID | nogfmpkgdfgfealjjenelnmfdminfokd |
URL Officiel | https://chromewebstore.google.com/detail/gotochannel-by-swap-meet/nogfmpkgdfgfealjjenelnmfdminfokd |
Description | Go To Channel for YouTube. |
Taille du Fichier | 96.92 KB |
Nombre d'Installations | 2,928 |
Version Actuelle | 1.38 |
Dernière Mise à Jour | 2021-04-06 |
Date de Publication | 2020-06-30 |
Évaluation | 3.51/5 Total 55 Évaluations |
Développeur | https://www.swapmeetshops.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.swapmeetshops.com/GTCIdownloaded.aspx |
URL de la Page d'Aide | https://www.swapmeetshops.com/storesupport.html |
Langues Prises en Charge | 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" ] } |