YouTube Customizer

Customize your YouTube.

YouTube Customizer là gì?

YouTube Customizer là một tiện ích mở rộng Chrome được phát triển bởi Nibito, và tính năng chính của nó là "Customize your YouTube.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng YouTube Customizer 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

                        Improve your video watching experience. Hide unnecessary elements on the page or within the player with this easy-to-use extension.

With this extension now you can:
- hide 'Share', 'Info', 'Watch more' buttons,
- hide 'More videos' panel
- make the title smaller,
- enable full-screen mode on pages without this option.

On YouTube page you can:
- hide up next panel and comments,
- disable autoplay.

More options in the future.                    

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

Tên YouTube Customizer YouTube Customizer
ID jjdpifbhmmdnkmndomeokjgnilcimoaj
URL Chính Thức https://chromewebstore.google.com/detail/youtube-customizer/jjdpifbhmmdnkmndomeokjgnilcimoaj
Mô tả Customize your YouTube.
Kích Thước Tệp 41.9 KB
Số Lần Cài Đặt 585
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2023-10-09
Ngày Phát Hành 2021-06-08
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Nibito
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nibito.com/?ref=youtube_customizer
URL Trang Trợ Giúp https://nibito.com
URL Trang Chính Sách Bảo Mật https://nibito.com/privacy-policy?ref=chrome-store
Ngôn Ngữ Được Hỗ Trợ en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Customizer",
    "version": "1.4.1",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "icons": {
        "16": "resources\/icons\/icon_16.png",
        "18": "resources\/icons\/icon_18.png",
        "19": "resources\/icons\/icon_19.png",
        "32": "resources\/icons\/icon_32.png",
        "48": "resources\/icons\/icon_48.png",
        "64": "resources\/icons\/icon_64.png",
        "128": "resources\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "resources\/icons\/icon_16.png",
            "18": "resources\/icons\/icon_18.png",
            "19": "resources\/icons\/icon_19.png",
            "32": "resources\/icons\/icon_32.png",
            "48": "resources\/icons\/icon_48.png"
        },
        "default_title": "YouTube Customizer",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "shared.js",
                "inject.js"
            ],
            "css": [
                "resources\/skin\/injectStyle.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}