GoToChannel by Swap Meet Shops

Go To Channel for YouTube.

GoToChannel by Swap Meet Shops là gì?

GoToChannel by Swap Meet Shops là một tiện ích mở rộng Chrome được phát triển bởi https://www.swapmeetshops.com, và tính năng chính của nó là "Go To Channel for YouTube.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GoToChannel by Swap Meet Shops

Tải xuống các tệp mở rộng GoToChannel by Swap Meet Shops dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GoToChannel by Swap Meet Shops GoToChannel by Swap Meet Shops
ID nogfmpkgdfgfealjjenelnmfdminfokd
URL Chính Thức https://chromewebstore.google.com/detail/gotochannel-by-swap-meet/nogfmpkgdfgfealjjenelnmfdminfokd
Mô tả Go To Channel for YouTube.
Kích Thước Tệp 96.92 KB
Số Lần Cài Đặt 2,928
Phiên Bản Hiện Tại 1.38
Cập Nhật Lần Cuối 2021-04-06
Ngày Phát Hành 2020-06-30
Đánh Giá 3.51/5 Tổng số 55 Đánh Giá
Nhà Phát Triển https://www.swapmeetshops.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.swapmeetshops.com/GTCIdownloaded.aspx
URL Trang Trợ Giúp https://www.swapmeetshops.com/storesupport.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}