YouTube Tom Scottify

Modify YouTube thumbnails to include Tom Scott

YouTube Tom Scottify là gì?

YouTube Tom Scottify là một tiện ích mở rộng Chrome được phát triển bởi https://primedpixel.co.uk, và tính năng chính của nó là "Modify YouTube thumbnails to include Tom Scott".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Tom Scottify

Tải xuống các tệp mở rộng YouTube Tom Scottify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube Tom Scottify YouTube Tom Scottify
ID kcndlflglcpfajdhdcglegfjgolgaipg
URL Chính Thức https://chromewebstore.google.com/detail/youtube-tom-scottify/kcndlflglcpfajdhdcglegfjgolgaipg
Mô tả Modify YouTube thumbnails to include Tom Scott
Kích Thước Tệp 18.72 MB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-11-21
Ngày Phát Hành 2023-07-17
Nhà Phát Triển https://primedpixel.co.uk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/PrimedPixel/TomScottify-Youtube
URL Trang Trợ Giúp https://github.com/PrimedPixel/TomScottify-Youtube
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}