GoToChannel by Swap Meet Shops
Go To Channel for YouTube.
Apa itu GoToChannel by Swap Meet Shops?
GoToChannel by Swap Meet Shops adalah ekstensi Chrome yang dikembangkan oleh https://www.swapmeetshops.com, dan fitur utamanya adalah "Go To Channel for YouTube.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GoToChannel by Swap Meet Shops
Unduh file ekstensi GoToChannel by Swap Meet Shops dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | GoToChannel by Swap Meet Shops |
ID | nogfmpkgdfgfealjjenelnmfdminfokd |
URL Resmi | https://chromewebstore.google.com/detail/gotochannel-by-swap-meet/nogfmpkgdfgfealjjenelnmfdminfokd |
Deskripsi | Go To Channel for YouTube. |
Ukuran File | 96.92 KB |
Jumlah Instalasi | 2,928 |
Versi Saat Ini | 1.38 |
Terakhir Diperbarui | 2021-04-06 |
Tanggal Publikasi | 2020-06-30 |
Penilaian | 3.51/5 Total 55 Penilaian |
Pengembang | https://www.swapmeetshops.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.swapmeetshops.com/GTCIdownloaded.aspx |
URL Halaman Bantuan | https://www.swapmeetshops.com/storesupport.html |
Bahasa yang Didukung | 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" ] } |