Adblocker for Youtube™

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

O que é Adblocker for Youtube™?

Adblocker for Youtube™ é uma extensão do Chrome desenvolvida por https://adblocker-for-youtube.freeonlineapps.net, e sua principal característica é "Block all Youtube Ads! Augment your YouTube experience with Fullscreen Theater Mode, Video Screenshot, Volume Booster and many more".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Adblocker for Youtube™

Baixe arquivos de extensão Adblocker for Youtube™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Adblocker for Youtube™ Adblocker for Youtube™
ID maekfnoeejhpjfkfmdlckioggdcdofpg
URL Oficial https://chromewebstore.google.com/detail/adblocker-for-youtube/maekfnoeejhpjfkfmdlckioggdcdofpg
Descrição Block all Youtube Ads! Augment your YouTube experience with Fullscreen Theater Mode, Video Screenshot, Volume Booster and many more
Tamanho do Arquivo 754 KB
Contagem de Instalações 612,943
Versão Atual 3.2.1
Última Atualização 2023-11-10
Data de Publicação 2020-05-19
Classificação 4.11/5 Total de 27518 Avaliações
Desenvolvedor https://adblocker-for-youtube.freeonlineapps.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://adblocker-for-youtube.freeonlineapps.net/
URL da Página de Ajuda https://adblocker-for-youtube.freeonlineapps.net/contact
URL da Página de Política de Privacidade https://www.freebusinessapps.net/privacy
Idiomas Suportados 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"
            ]
        }
    ]
}