YouTube Tom Scottify

Modify YouTube thumbnails to include Tom Scott

YouTube Tom Scottifyคืออะไร?

YouTube Tom Scottify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://primedpixel.co.uk และคุณลักษณะหลักของมันคือ "Modify YouTube thumbnails to include Tom Scott"

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

screenshot

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

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

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

                        Significantly enhance your YouTube experience by inserting Tom Scott into every single YouTube thumbnail, making it incredibly difficult to discern who made the video, or what it's about. Exactly what you need for your regular YouTube browsing needs!

Fork of https://github.com/MagicJinn/MrBeastify-Youtube - all credit goes to MagicJinn for code.                    

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

ชื่อ YouTube Tom Scottify YouTube Tom Scottify
ID kcndlflglcpfajdhdcglegfjgolgaipg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-tom-scottify/kcndlflglcpfajdhdcglegfjgolgaipg
คำอธิบาย Modify YouTube thumbnails to include Tom Scott
ขนาดไฟล์ 18.72 MB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-11-21
วันที่เผยแพร่ 2023-07-17
ผู้พัฒนา https://primedpixel.co.uk
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/PrimedPixel/TomScottify-Youtube
URL หน้าช่วยเหลือ https://github.com/PrimedPixel/TomScottify-Youtube
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Tom Scottify",
    "version": "1.1",
    "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 Tom Scott",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "tomscottify.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.json"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}