YouTube Jakkify

Modify YouTube thumbnails to include Soyjaks

YouTube Jakkifyคืออะไร?

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

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

screenshot
screenshot

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

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

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

                        Gem up your browsing experience with Jakkify. Is your browser experience coal? Are you having trouble finding engaging click-baity videos? Fear no more. This extension adds soyjaks to every thumbnail.                    

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

ชื่อ YouTube Jakkify YouTube Jakkify
ID mclfmbjmhmbhpihicaeleaijidibfbll
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-jakkify/mclfmbjmhmbhpihicaeleaijidibfbll
คำอธิบาย Modify YouTube thumbnails to include Soyjaks
ขนาดไฟล์ 108 MB
จำนวนการติดตั้ง 424
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2023-07-07
วันที่เผยแพร่ 2023-07-04
คะแนน 5.00/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา doggyjak
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Jakkify",
    "version": "0.3",
    "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 Soyjaks",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jakkify.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}