Skins for YouTube player

Autoskip ADs, cinema mode, permanent progress bar and many custom YouTube player themes.

Skins for YouTube player là gì?

Skins for YouTube player là một tiện ích mở rộng Chrome được phát triển bởi https://youtube-skins.com, và tính năng chính của nó là "Autoskip ADs, cinema mode, permanent progress bar and many custom YouTube player themes.".

Ả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 Skins for YouTube player

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

                        ✅ End the AD annoyance! Meet Autoskip ADs - your ultimate ad blocker. Enjoy uninterrupted viewing. Try it now!

📢UPDATE:

🔊 Added a sound optimization feature that will help you adjust the volume level in some videos.
💯 Added "Always HD" mode. The extension will automatically select the highest video quality from the available options.
✅ Added automatic ad skipping. The app will instantly click the "Skip" button on the ad insert for you.
🍿 Added "Cinema" mode function. When activated, the area around the player will automatically dim after 5 seconds of user inactivity. Any movement of the mouse returns the standard view.
➖ Added a mode of permanent display of the progress bar. Now you can easily track the current video progress.

All extension functions work independently of each other and are controlled by simple switches in the main menu.


This extension will help you style the player menu.
The interface of the site is as simple as possible - hover your mouse over the style you like and click the "Add" button to load the skin in the extension menu, where you can apply the added skin, turn it on or off. By clicking the "Preview" button on the site, you can see the style in detail.

All icons are in vector format, which means they are ideal for any screen resolution.
The collection is constantly updated, be sure to visit the site often and don't forget to rate our extension.
Thank you!                    

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

Tên Skins for YouTube player Skins for YouTube player
ID imomahaddnhnhfggpmpbphdiobpmahof
URL Chính Thức https://chromewebstore.google.com/detail/skins-for-youtube-player/imomahaddnhnhfggpmpbphdiobpmahof
Mô tả Autoskip ADs, cinema mode, permanent progress bar and many custom YouTube player themes.
Kích Thước Tệp 898 KB
Số Lần Cài Đặt 40,000
Phiên Bản Hiện Tại 2.3.2
Cập Nhật Lần Cuối 2023-12-04
Ngày Phát Hành 2022-06-08
Đánh Giá 4.92/5 Tổng số 592 Đánh Giá
Nhà Phát Triển https://youtube-skins.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://youtube-skins.com
URL Trang Trợ Giúp https://youtube-skins.com/contact
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "2.3.2",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "\/resources\/js\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "\/resources\/css\/content.css"
            ],
            "js": [
                "\/resources\/js\/preload_skins.js",
                "\/resources\/js\/template.js",
                "\/resources\/js\/main_content.js",
                "\/resources\/js\/content.js",
                "\/resources\/js\/onoff.js",
                "\/resources\/js\/boostvolume.js",
                "\/resources\/js\/alwayshd.js",
                "\/resources\/js\/content_init.js",
                "\/resources\/js\/skinbutton.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.youtube-skins.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_app_popup__",
        "default_icon": {
            "16": "\/resources\/images\/icons\/16x16.png",
            "32": "\/resources\/images\/icons\/32x32.png",
            "48": "\/resources\/images\/icons\/48x48.png",
            "64": "\/resources\/images\/icons\/64x64.png",
            "128": "\/resources\/images\/icons\/128x128.png",
            "256": "\/resources\/images\/icons\/256x256.png"
        }
    },
    "icons": {
        "16": "\/resources\/images\/icons\/16x16.png",
        "32": "\/resources\/images\/icons\/32x32.png",
        "48": "\/resources\/images\/icons\/48x48.png",
        "64": "\/resources\/images\/icons\/64x64.png",
        "128": "\/resources\/images\/icons\/128x128.png",
        "256": "\/resources\/images\/icons\/256x256.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.youtube-skins.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/resources\/images\/*",
                "\/resources\/js\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube-skins.com\/*"
        ]
    }
}