Pita on Youtube
เพิ่มหน้าพิธา ไว้บนปกวิดีโอ youtube
Pita on Youtubeคืออะไร?
Pita on Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย klarworks.programmer และคุณลักษณะหลักของมันคือ "เพิ่มหน้าพิธา ไว้บนปกวิดีโอ youtube"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pita on Youtube
ดาวน์โหลดไฟล์ส่วนขยาย Pita on Youtube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ปรับปรุง Thumbnail(ภาพหน้าปก) ของคลิปบนเว็บ youtube โดยการเพิ่มหน้าคุณพิธา ไว้บนปกวิดีโอ เหมาะสำหรับผู้ที่ชื่นชอบ หรือเป็นแฟนคลับ(ด้อมส้ม)คุณพิธา ทำให้คุณได้เจอกับหน้าคุณพิธาเป็นประจำทุกวัน เพิ่มความแปลกใหม่ให้การใช้งานบนเว็บไซต์ youtube **หมายเหตุ 1. ส่วนเสริมนี้ได้แรงบันดาลใจจาก Extension YouTube MrBeastify 2. ส่วนเสริมนี้สร้างขึ้นเพื่อความสนุก และตอบโจทย์ด้อมส้ม
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pita on Youtube |
ID | paggmlglfgnbflglkhjefoebbcidbpph |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pita-on-youtube/paggmlglfgnbflglkhjefoebbcidbpph |
คำอธิบาย | เพิ่มหน้าพิธา ไว้บนปกวิดีโอ youtube |
ขนาดไฟล์ | 8.66 MB |
จำนวนการติดตั้ง | 94 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-07-10 |
วันที่เผยแพร่ | 2023-07-09 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | klarworks.programmer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | th |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pita on Youtube", "description": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e2b\u0e19\u0e49\u0e32\u0e1e\u0e34\u0e18\u0e32 \u0e44\u0e27\u0e49\u0e1a\u0e19\u0e1b\u0e01\u0e27\u0e34\u0e14\u0e35\u0e42\u0e2d youtube", "version": "1.0.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content\/content.js" ], "css": [ "content\/content.css" ], "run_at": "document_idle" } ], "action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "web_accessible_resources": [ { "resources": [ "\/*" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "permissions": [], "host_permissions": [ "https:\/\/www.youtube.com\/*" ] } |