Pita on Youtube

เพิ่มหน้าพิธา ไว้บนปกวิดีโอ youtube

What is Pita on Youtube?

Pita on Youtube is a Chrome extension developed by klarworks.programmer, and its main feature is "เพิ่มหน้าพิธา ไว้บนปกวิดีโอ youtube".

Extension Screenshots

screenshot
screenshot

Download Pita on Youtube Extension CRX File

Download Pita on Youtube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ปรับปรุง Thumbnail(ภาพหน้าปก) ของคลิปบนเว็บ youtube
โดยการเพิ่มหน้าคุณพิธา ไว้บนปกวิดีโอ

เหมาะสำหรับผู้ที่ชื่นชอบ หรือเป็นแฟนคลับ(ด้อมส้ม)คุณพิธา
ทำให้คุณได้เจอกับหน้าคุณพิธาเป็นประจำทุกวัน
เพิ่มความแปลกใหม่ให้การใช้งานบนเว็บไซต์ youtube

**หมายเหตุ
1. ส่วนเสริมนี้ได้แรงบันดาลใจจาก
Extension YouTube MrBeastify
2. ส่วนเสริมนี้สร้างขึ้นเพื่อความสนุก และตอบโจทย์ด้อมส้ม                    

Extension Basic Information

Name Pita on Youtube Pita on Youtube
ID paggmlglfgnbflglkhjefoebbcidbpph
Official URL https://chromewebstore.google.com/detail/pita-on-youtube/paggmlglfgnbflglkhjefoebbcidbpph
Description เพิ่มหน้าพิธา ไว้บนปกวิดีโอ youtube
File Size 8.66 MB
Installation Count 94
Current Version 1.0.0
Last Updated 2023-07-10
Publish Date 2023-07-09
Rating 5.00/5 Total 3 Ratings
Developer klarworks.programmer
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}