GoToChannel by Swap Meet Shops

Go To Channel for YouTube.

Cos'è GoToChannel by Swap Meet Shops?

GoToChannel by Swap Meet Shops è un'estensione di Chrome sviluppata da https://www.swapmeetshops.com, e la sua funzione principale è "Go To Channel for YouTube.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GoToChannel by Swap Meet Shops

Scarica i file di estensione GoToChannel by Swap Meet Shops in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GoToChannel by Swap Meet Shops GoToChannel by Swap Meet Shops
ID nogfmpkgdfgfealjjenelnmfdminfokd
URL Ufficiale https://chromewebstore.google.com/detail/gotochannel-by-swap-meet/nogfmpkgdfgfealjjenelnmfdminfokd
Descrizione Go To Channel for YouTube.
Dimensione del File 96.92 KB
Conteggio Installazioni 2,928
Versione Corrente 1.38
Ultimo Aggiornamento 2021-04-06
Data di Pubblicazione 2020-06-30
Valutazione 3.51/5 Totale 55 Valutazioni
Sviluppatore https://www.swapmeetshops.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.swapmeetshops.com/GTCIdownloaded.aspx
URL della Pagina di Aiuto https://www.swapmeetshops.com/storesupport.html
Lingue Supportate 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"
    ]
}