guideu

왁타버스 영상 도우미 서비스

guideu란 무엇입니까?

guideu은(는) Guide-U 가이두에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "왁타버스 영상 도우미 서비스"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

guideu 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        왁타버스 유입 보조 프로그램입니다.
왁타버스 유튜브 영상에서의 인물과 밈에 대한 설명을 제공합니다.
자세한 항목은 이미지를 참조해주세요.
오류 및 피드백 문의: [email protected]

This extension aims to provide explanations on memes and characters shown on the Youtuber Woowakgood (https://www.youtube.com/@woowakgood). Guide-U achieves this by analyzing the videos of Woowakgood's and his related channels and displays memes and characters present on them while playing on Youtube.                    

확장 프로그램 기본 정보

이름 guideu guideu
ID ofimbdkdlcmagbfaopaflccnegcoogph
공식 URL https://chromewebstore.google.com/detail/guideu/ofimbdkdlcmagbfaopaflccnegcoogph
설명 왁타버스 영상 도우미 서비스
파일 크기 216 KB
설치 횟수 755
현재 버전 1.0.2
최근 업데이트 2023-12-30
출시 날짜 2023-12-28
평점 5.00/5 총 13 개의 평점
개발자 Guide-U 가이두
이메일 [email protected]
결제 유형 free
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\uc641\ud0c0\ubc84\uc2a4 \uc601\uc0c1 \ub3c4\uc6b0\ubbf8 \uc11c\ube44\uc2a4",
    "version": "1.0.2",
    "manifest_version": 3,
    "name": "guideu",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icons\/32.png"
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "http:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "all_frames": false
        }
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/gbw.waksight.com\/*",
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "images\/icons\/128.png",
                "images\/icons\/32.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "tabs"
    ]
}