guideu
왁타버스 영상 도우미 서비스
guideuคืออะไร?
guideu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Guide-U 가이두 และคุณลักษณะหลักของมันคือ "왁타버스 영상 도우미 서비스"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย guideu
ดาวน์โหลดไฟล์ส่วนขยาย guideu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
왁타버스 유입 보조 프로그램입니다. 왁타버스 유튜브 영상에서의 인물과 밈에 대한 설명을 제공합니다. 자세한 항목은 이미지를 참조해주세요. 오류 및 피드백 문의: [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 |
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" ] } |