GoToChannel by Swap Meet Shops

Go To Channel for YouTube.

What is GoToChannel by Swap Meet Shops?

GoToChannel by Swap Meet Shops is a Chrome extension developed by https://www.swapmeetshops.com, and its main feature is "Go To Channel for YouTube.".

Extension Screenshots

screenshot

Download GoToChannel by Swap Meet Shops Extension CRX File

Download GoToChannel by Swap Meet Shops extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name GoToChannel by Swap Meet Shops GoToChannel by Swap Meet Shops
ID nogfmpkgdfgfealjjenelnmfdminfokd
Official URL https://chromewebstore.google.com/detail/gotochannel-by-swap-meet/nogfmpkgdfgfealjjenelnmfdminfokd
Description Go To Channel for YouTube.
File Size 96.92 KB
Installation Count 2,928
Current Version 1.38
Last Updated 2021-04-06
Publish Date 2020-06-30
Rating 3.51/5 Total 55 Ratings
Developer https://www.swapmeetshops.com
Email [email protected]
Payment Type free
Extension Website https://www.swapmeetshops.com/GTCIdownloaded.aspx
Help Page URL https://www.swapmeetshops.com/storesupport.html
Supported Languages 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"
    ]
}