GoToChannel by Swap Meet Shops

Go To Channel for YouTube.

Vad är GoToChannel by Swap Meet Shops?

GoToChannel by Swap Meet Shops är en Chrome-tillägg utvecklad av https://www.swapmeetshops.com, och dess huvudfunktion är "Go To Channel for YouTube.".

Tilläggsskärmbilder

screenshot

Ladda ner GoToChannel by Swap Meet Shops-förlängningens CRX-fil

Ladda ner GoToChannel by Swap Meet Shops-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn GoToChannel by Swap Meet Shops GoToChannel by Swap Meet Shops
ID nogfmpkgdfgfealjjenelnmfdminfokd
Officiell webbadress https://chromewebstore.google.com/detail/gotochannel-by-swap-meet/nogfmpkgdfgfealjjenelnmfdminfokd
Beskrivning Go To Channel for YouTube.
Filstorlek 96.92 KB
Antal Installationer 2,928
Aktuell Version 1.38
Senast Uppdaterad 2021-04-06
Publiceringsdatum 2020-06-30
Betyg 3.51/5 Totalt 55 Betyg
Utvecklare https://www.swapmeetshops.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.swapmeetshops.com/GTCIdownloaded.aspx
Hjälpsida URL https://www.swapmeetshops.com/storesupport.html
Stödda Språk 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"
    ]
}