Adblocker for Youtube™

Block all Youtube Ads! Augment your YouTube experience with Fullscreen Theater Mode, Video Screenshot, Volume Booster and many more

什么是Adblocker for Youtube™?

Adblocker for Youtube™是由https://adblocker-for-youtube.freeonlineapps.net开发的Chrome扩展程序,该扩展的主要功能是“Block all Youtube Ads! Augment your YouTube experience with Fullscreen Theater Mode, Video Screenshot, Volume Booster and many more”。

扩展截图

screenshot
screenshot
screenshot

下载Adblocker for Youtube™扩展crx文件

下载Adblocker for Youtube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This software helps to removes all ads: pre-roll video ads, text & banner ads. Save time by stopping those useless advertisements.
This adblocker automatically blocks all ads on YouTube ™, including pre-roll video ads, text & banner ads.
Save your time by stopping those useless advertisements. In gist, by installing this extension all YouTube ads will be hidden.

Please Read before Installing!

Change Log 3.2.1

Sometimes, the first video preview ad is not blocked properly and a black screen is shown on the video while the ad audio plays. The temporary solution for this is to refresh the video page by pressing Control + R and the video will play right away. The ad would be skipped once the page is refreshed.

Change Log 3.2.0

If you wish to hide the toolbar at the bottom of Youtube when you are watching videos, please click on this extension icon at the top right corner of the Google Chrome browser. there is an option called "Disable toolbar" which can be ticked on/off.

Change Log 3.1.1

Reverted back to a previous version which helps to press "skip ad" when that button is clickable. Youtube has recently made some changes, so now our extension helps save you time by pressing the skip ad button for you. We'll review the situation and see if there is a better solution in the future.

Change Log 3.1.0

Fixed a bug where the screen would turn black and the ad sound would continue playing for pre-load ads.

Change Log 3.0.8

Fixed a bug where your Youtube Watch History was not saved.

Change Log 3.0.7

Allow Users to turn the toolbar at the bottom of Youtube on/off.
Fixed the ad blocking technology so it blocks all types of video ads including pre-roll.
Fixed a bug where our extension was interfering with Youtube native dark mode.

Change Log 1.0.7

1) Fixed the auto blocking of Ads settings. Now if you choose "Block All" under options/settings, the video and image ads for Youtube are blocked automatically.
Side note: the toolbar for all the other useful features will fade away if you do NOT mouse over the toolbar in full screen/theatre mode etc.

Change Log

1) Fixed Bugs - Toolbar kept appearing even when User used full screen mode for their video
Fixed Black Screen from appearing when we block a pre-roll ad
Added in Tutorial Page so users know how to begin using this extension
Allow users to turn on/off the software toolbar at the bottom of the page.

2) Added in toolbar at the bottom of Youtube videos. There are 7 buttons available now.

Shield Icon - Press this button whenever you want to skip a pre-roll ad manually
Theater Mode - Watch your favorite videos in Theatre mode
Screenshot - Take a screenshot of an exact moment.
Volume Boost - Increase Volume of the Youtube Video up to 600%
Picture Mode - Allow the Youtube video to become floating videos
Loop Video - Loop your favorite music videos to play over and over again. You can specify the exact moments you want the Youtube video to loop over and over.
Options - Change your ad-block configurations. You can block ads manually/block ads automatically.

★★★ Features
★ No configuration. No messy lists to manage
★ Block all pre-roll YouTube™ video ads on all sites
★ Blocks banner/text ads throughout YouTube™
★ Ultra fast plus very lightweight, will not slow you down
★ 100% Free & always updated

★★★ YouTube Ad blocking benefits
★ Improve browser speed
★ Improve page load speed
★ Decrease memory / CPU usage
★ Decrease bandwidth

After installing, please reload all YouTube tabs for the extension to take effect.

✓ Note
Youtube™ & the YouTube logo are trademarks of Google Inc. Use of these trademarks is subject to Google Permissions. This extension is not created nor endorsed by Google inc.                    

扩展基本信息

名称 Adblocker for Youtube™ Adblocker for Youtube™
ID maekfnoeejhpjfkfmdlckioggdcdofpg
官方URL https://chromewebstore.google.com/detail/adblocker-for-youtube/maekfnoeejhpjfkfmdlckioggdcdofpg
简介 Block all Youtube Ads! Augment your YouTube experience with Fullscreen Theater Mode, Video Screenshot, Volume Booster and many more
文件大小 754 KB
安装次数 612,943
当前版本 3.2.1
更新时间 2023-11-10
上架时间 2020-05-19
评分 4.11/5 共27518次评分
开发者 https://adblocker-for-youtube.freeonlineapps.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://adblocker-for-youtube.freeonlineapps.net/
帮助页面URL https://adblocker-for-youtube.freeonlineapps.net/contact
隐私政策页面URL https://www.freebusinessapps.net/privacy
支持的语言 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "\/img\/48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "\/js\/bg-worker.js"
    },
    "commands": {
        "cinema-mode": {
            "description": "__MSG_cinema_mode__",
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "mac": "MacCtrl+Shift+Space"
            }
        },
        "create-screenshot": {
            "description": "__MSG_create_screenshot__",
            "suggested_key": {
                "default": "Alt+S"
            }
        },
        "float-video": {
            "description": "__MSG_float_video__",
            "suggested_key": {
                "default": "Ctrl+Space",
                "mac": "MacCtrl+Space"
            }
        },
        "remove-ads": {
            "description": "__MSG_remove_ads__",
            "suggested_key": {
                "default": "Ctrl+Delete",
                "mac": "MacCtrl+Delete"
            }
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/common.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "js\/autoads.js",
                "js\/skipstartads.js"
            ],
            "css": [
                "\/css\/skipstartads.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "\/css\/content.css",
                "\/js\/nouislider\/nouislider.min.css"
            ],
            "js": [
                "\/js\/youtube-ui.js",
                "\/js\/content.js",
                "\/js\/nouislider\/nouislider.min.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_AppDesc__",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.youtube.com\/*",
            "https:\/\/youtube.com\/*"
        ]
    },
    "homepage_url": "https:\/\/enhanced-videos.dllplayer.com\/",
    "host_permissions": [
        "*:\/\/*.youtube.com\/"
    ],
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "256": "img\/256.png",
        "32": "img\/32.png",
        "48": "img\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "scripting"
    ],
    "version": "3.2.1",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "css\/content.css",
                "js\/*",
                "html\/*",
                "img\/*",
                "options.html"
            ]
        }
    ]
}