GoToChannel by Swap Meet Shops

Go To Channel for YouTube.

GoToChannel by Swap Meet Shops란 무엇입니까?

GoToChannel by Swap Meet Shops은(는) https://www.swapmeetshops.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Go To Channel for YouTube."입니다.

확장 프로그램 스크린샷

screenshot

GoToChannel by Swap Meet Shops 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 GoToChannel by Swap Meet Shops GoToChannel by Swap Meet Shops
ID nogfmpkgdfgfealjjenelnmfdminfokd
공식 URL https://chromewebstore.google.com/detail/gotochannel-by-swap-meet/nogfmpkgdfgfealjjenelnmfdminfokd
설명 Go To Channel for YouTube.
파일 크기 96.92 KB
설치 횟수 2,928
현재 버전 1.38
최근 업데이트 2021-04-06
출시 날짜 2020-06-30
평점 3.51/5 총 55 개의 평점
개발자 https://www.swapmeetshops.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.swapmeetshops.com/GTCIdownloaded.aspx
도움말 페이지 URL https://www.swapmeetshops.com/storesupport.html
지원되는 언어 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"
    ]
}