YouTube Papaplattify

Modify YouTube thumbnails to include Papaplatte

YouTube Papaplattifyคืออะไร?

YouTube Papaplattify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย niki2k1 และคุณลักษณะหลักของมันคือ "Modify YouTube thumbnails to include Papaplatte"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Papaplattify

ดาวน์โหลดไฟล์ส่วนขยาย YouTube Papaplattify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Fügt das Gesicht von Papaplatte auf Youtube Thumbnails

Contributer:
- https://github.com/FelixLttks                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouTube Papaplattify YouTube Papaplattify
ID nodlbljncllmcgidfnihmpbkladalhld
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-papaplattify/nodlbljncllmcgidfnihmpbkladalhld
คำอธิบาย Modify YouTube thumbnails to include Papaplatte
ขนาดไฟล์ 4.66 MB
จำนวนการติดตั้ง 1,953
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2023-07-21
วันที่เผยแพร่ 2023-07-06
คะแนน 4.93/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา niki2k1
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Papaplattify",
    "version": "1.5",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png"
    },
    "description": "Modify YouTube thumbnails to include Papaplatte",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "papapalttify.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "facecam.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Papaplattify Settings",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}