YTube AdSkipper - Ad-Free YouTube

Enjoy your entertainment with ad-free video streaming for uninterrupted viewing

什么是YTube AdSkipper - Ad-Free YouTube?

YTube AdSkipper - Ad-Free YouTube是由adenauer.red开发的Chrome扩展程序,该扩展的主要功能是“Enjoy your entertainment with ad-free video streaming for uninterrupted viewing”。

扩展截图

screenshot
screenshot
screenshot

下载YTube AdSkipper - Ad-Free YouTube扩展crx文件

下载YTube AdSkipper - Ad-Free YouTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        YTube AdSkipper: The Ultimate Ad-Blocking Extension for YouTube

Elevate your YouTube viewing experience with YTube AdSkipper, the paramount adblocking extension that’s designed with your uninterrupted entertainment in mind. Our key feature? Zero ads on YouTube. Enjoy your favorite videos seamlessly without a single commercial break – all for free.

YTube AdSkipper is your go-to solution for blocking those pesky ads that disrupt your YouTube binge-watching sessions. With our cutting-edge technology, you can say farewell to all forms of YouTube advertisements, be it the unskippable pre-roll ads or the mid-roll interruptions. It’s time to watch what you love, ad-free.

Key Features:

- Exclusive YouTube Ad Blocking: YTube AdSkipper’s core functionality is to provide a flawless ad-free YouTube experience, making it the must-have tool for all YouTube enthusiasts.


- Universal Adblocking: Although it specializes in YouTube, YTube AdSkipper also extends its adblocking capabilities to other websites, delivering a comprehensive and distraction-free browsing experience.

- Data Privacy Assurance: Your privacy is paramount. YTube AdSkipper protects your data by blocking trackers that often hide within ads, ensuring your browsing habits stay private.

- Enhanced Browsing Speed: Say hello to faster loading times! By removing ads, YTube AdSkipper reduces data usage, speeding up your browsing significantly.

-  You can manually block ads and report them if not blocked

- Straightforward User Interface: Simplicity is key. YTube AdSkipper boasts an easy-to-use interface that makes customization and navigation a breeze, regardless of your tech know-how.

- Continuous Improvements: We constantly refine YTube AdSkipper, updating our systems to tackle the latest ad formats and ensuring an always smooth and ad-free viewing experience.

Make YTube AdSkipper your choice today and transform the way you watch YouTube. Dive into an endless stream of content without the interruption of ads. Get the free extension now and take the leap into a seamless viewing adventure with YTube AdSkipper.

Discover more about how we protect your privacy by visiting our Privacy Policy at 
https://ytube-skipper.com/privacy                    

扩展基本信息

名称 YTube AdSkipper - Ad-Free YouTube YTube AdSkipper - Ad-Free YouTube
ID kfodmaalecekglmdaflemefbimjaodjd
官方URL https://chromewebstore.google.com/detail/ytube-adskipper-ad-free-y/kfodmaalecekglmdaflemefbimjaodjd
简介 Enjoy your entertainment with ad-free video streaming for uninterrupted viewing
文件大小 11.32 MB
安装次数 20,000
当前版本 1.0.1
更新时间 2024-02-17
上架时间 2023-11-24
评分 4.84/5 共108次评分
开发者 adenauer.red
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://ytube-skipper.com/privacy
支持的语言 de,en,fr,nl,es,it,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "1.0.1",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/logo_x16_colored.png",
        "32": "icons\/logo_x32_colored.png",
        "48": "icons\/logo_x48_colored.png",
        "64": "icons\/logo_x64_colored.png",
        "128": "icons\/logo_x128_colored.png"
    },
    "permissions": [
        "tabs",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "scripting",
        "activeTab",
        "contextMenus",
        "webNavigation",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "pages\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/war\/*",
                "*.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline'; child-src 'self';"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_1\/ruleset_1.json"
            },
            {
                "id": "ruleset_13",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_13\/ruleset_13.json"
            },
            {
                "id": "ruleset_14",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_14\/ruleset_14.json"
            },
            {
                "id": "ruleset_2",
                "enabled": true,
                "path": "filters\/declarative\/ruleset_2\/ruleset_2.json"
            },
            {
                "id": "ruleset_4",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_4\/ruleset_4.json"
            },
            {
                "id": "ruleset_6",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_6\/ruleset_6.json"
            },
            {
                "id": "ruleset_7",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_7\/ruleset_7.json"
            },
            {
                "id": "ruleset_8",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_8\/ruleset_8.json"
            },
            {
                "id": "ruleset_9",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_9\/ruleset_9.json"
            }
        ]
    }
}