GoToChannel by Swap Meet Shops

Go To Channel for YouTube.

Was ist GoToChannel by Swap Meet Shops?

GoToChannel by Swap Meet Shops ist eine Chrome-Erweiterung, die von https://www.swapmeetshops.com entwickelt wurde, und ihr Hauptmerkmal ist "Go To Channel for YouTube.".

Erweiterungsscreenshots

screenshot

GoToChannel by Swap Meet Shops-Erweiterungs-CRX-Datei herunterladen

Laden Sie GoToChannel by Swap Meet Shops-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GoToChannel by Swap Meet Shops GoToChannel by Swap Meet Shops
ID nogfmpkgdfgfealjjenelnmfdminfokd
Offizielle URL https://chromewebstore.google.com/detail/gotochannel-by-swap-meet/nogfmpkgdfgfealjjenelnmfdminfokd
Beschreibung Go To Channel for YouTube.
Dateigröße 96.92 KB
Installationsanzahl 2,928
Aktuelle Version 1.38
Letztes Update 2021-04-06
Veröffentlichungsdatum 2020-06-30
Bewertung 3.51/5 Insgesamt 55 Bewertungen
Entwickler https://www.swapmeetshops.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.swapmeetshops.com/GTCIdownloaded.aspx
Hilfeseite URL https://www.swapmeetshops.com/storesupport.html
Unterstützte Sprachen 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"
    ]
}