YouTube MaxPro - Skip Sponsors

Revitalize YouTube with ad blocking, skip all sponsors for optimized navigation. The best YouTube experience!

YouTube MaxPro - Skip Sponsors là gì?

YouTube MaxPro - Skip Sponsors là một tiện ích mở rộng Chrome được phát triển bởi BlueApps.inc, và tính năng chính của nó là "Revitalize YouTube with ad blocking, skip all sponsors for optimized navigation. The best YouTube experience!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        🚀 YouTube MaxPro - Skip Sponsors, transforms the way you interact with YouTube.

This Chrome extension is loaded with advanced features designed to significantly improve your experience on the platform. From customizing the interface to optimizing video quality, YouTube MaxPro - Skip Sponsors does it all.

🌟 Advanced Ad Blocker

An essential part of YouTube MaxPro - Skip Sponsors is its powerful ad blocker, inspired by the effective AbBlock. This feature allows you to:

Automatically Skip Sponsored Segments: Avoid ads and sponsored segments in YouTube videos.

Highlighted Features:

🛑 Total Ad Block: Forget advertising interruptions and enjoy uninterrupted viewing.
🔓 Disable YouTube's Ad Blocker: We overcome restrictions so you can enjoy your content without problems.
🎨 Customizable Player Style: A revamped YouTube player for a more pleasant visual experience.
📜 Transcript Download: Access and save transcripts of your favorite videos.
🌟 Automatic HD Quality: Always view in the best quality, up to HD.
🔄 Integration of YouTube Shorts: Shorts are seamlessly integrated into the normal user interface.
🔍 Hide Shorts in Searches: Keep your feed free of unwanted short content.
🙈 Hide Shorts Menu: Eliminate distractions and focus on what matters.
🎥 Floating Video while Scrolling: Watch videos while navigating other parts of the page.
🚫 Hide Thumbnails: A cleaner and more focused browsing experience.
📺 Hidden Sidebar: Focus only on the video you are watching.
⚙️ Advanced Video Options: Further customize your experience on YouTube.

Enhanced User Experience: Enjoy uninterrupted viewing
With YouTube MaxPro - Skip Sponsors, annoying ads and sponsorships are a thing of the past. Install it now and enjoy an unparalleled YouTube experience!

🔗 Click here to install YouTube MaxPro - Skip Sponsors and transform your YouTube experience today! 🌟                    

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

Tên YouTube MaxPro - Skip Sponsors YouTube MaxPro - Skip Sponsors
ID aifabhaibacagbhcpbbonnincnojnnka
URL Chính Thức https://chromewebstore.google.com/detail/youtube-maxpro-skip-spons/aifabhaibacagbhcpbbonnincnojnnka
Mô tả Revitalize YouTube with ad blocking, skip all sponsors for optimized navigation. The best YouTube experience!
Kích Thước Tệp 329 KB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2024-01-19
Ngày Phát Hành 2023-11-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển BlueApps.inc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://devfunny.com/
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,no,vi,tr,ca,da,et,es,es-419,it,lt,pt-BR,pt-PT,sv,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.6",
    "default_locale": "es",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "css": [
                "\/css\/transcript.css"
            ],
            "js": [
                "\/tools\/popup\/miniplayer.js",
                "\/tools\/avance\/button.js",
                "\/tools\/transcript\/transcript.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/watch?v=*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "\/tools\/thumbails\/common.js",
                "\/tools\/thumbails\/inject.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "\/css\/shorts.css"
            ],
            "js": [
                "\/tools\/short\/short.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "scripting",
        "declarativeContent"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "*.js",
                "*.jpg",
                "*.JPG",
                "*.PNG",
                "*.png",
                "\/css\/skin.css",
                "\/css\/popup.css",
                "\/css\/sidebar.css",
                "\/tools\/avance\/button.js",
                "\/tools\/avance\/sigma.js",
                "\/tools\/avance\/conten.js",
                "\/tools\/popup\/index.js",
                "\/tools\/skin\/inject_skin.js",
                "\/tools\/autohd\/inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ]
}