GoToChannel by Swap Meet Shops
Go To Channel for YouTube.
GoToChannel by Swap Meet Shopsとは何ですか?
GoToChannel by Swap Meet Shopsはhttps://www.swapmeetshops.comによって開発されたChromeの拡張機能で、その主な機能は「Go To Channel for YouTube.」です。
拡張機能のスクリーンショット
GoToChannel by Swap Meet Shops拡張機能のCRXファイルをダウンロード
GoToChannel by Swap Meet Shops拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | GoToChannel by Swap Meet Shops |
ID | nogfmpkgdfgfealjjenelnmfdminfokd |
公式URL | https://chromewebstore.google.com/detail/gotochannel-by-swap-meet/nogfmpkgdfgfealjjenelnmfdminfokd |
説明 | Go To Channel for YouTube. |
ファイルサイズ | 96.92 KB |
インストール数 | 2,928 |
現在のバージョン | 1.38 |
最終更新日 | 2021-04-06 |
公開日 | 2020-06-30 |
評価 | 3.51/5 合計 55 レビュー |
開発者 | https://www.swapmeetshops.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.swapmeetshops.com/GTCIdownloaded.aspx |
ヘルプページのURL | https://www.swapmeetshops.com/storesupport.html |
対応言語 | 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" ] } |