Good Enhancer For YouTube™| Youtube Adblocker

Good Enhancer For YouTube™, Youtube Adblocker, Adblock for youtube, Loop, Search for Youtube

What is Good Enhancer For YouTube™| Youtube Adblocker?

Good Enhancer For YouTube™| Youtube Adblocker is a Chrome extension developed by Adblock For Youtube, and its main feature is "Good Enhancer For YouTube™, Youtube Adblocker, Adblock for youtube, Loop, Search for Youtube".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Good Enhancer For YouTube™| Youtube Adblocker Extension CRX File

Download Good Enhancer For YouTube™| Youtube Adblocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Good Enhancer For YouTube™|Youtube Adblocker is auto ad skip, youtube ad blocker, hides ad banner.

Good Enhancer For YouTube™|Youtube Adblocker can use free of charge by all internet users. As the name suggests, it is an application that blocks all ads on the YouTube platform.

Looper
When the Looper option is selected, the video you watch repeats continuously. The video comes to the end and starts again.
- The Loop option is added automatically in the tool tab under the video.
- It will be enough to press the loop button once.
- After that, the video will repeat over and over.


Auto HD for Youtube
Alter quality of video on Youtube added With the new version. You can automatically adjust the quality of youtube videos.
Quality of video on Youtube Use of:
-  Select the image quality from the extension ( quality selector for YouTube. Up to 8k/4k (60fps/50fps/48fps/30fps) supported)
-  Open video from YouTube site.
-  You will see that it automatically opens in the selected quality.

Search
With this feature, we can quickly search on youtube.
- The word to be searched is selected.
- Select search option with right mouse click.


It is an Good Enhancer For YouTube™|Youtube Adblocker application with a huge team of the developer behind it. It is a tool that ensures that you do not see the ads that appear on the screen while watching videos on YouTube.

A content filter and YouTube ad blocker that blocks all ads are available as a browser extension. Users can continue enjoying the video without viewing the advertisements on YouTube video. It also blocks intrusive ads and banner ads while watching videos.

How to Install Extension? 

- Sign in to the Google search engine.
- Type “Chrome Store” in the search bar.
- Log in to the “Google Chrome Web” that comes up. Type “Good Enhancer For YouTube™|Youtube Adblocker” in the search field on the left. Choose one of the results you come across.
- Just click on the “Add for Chrome” link on the page that opens.

This extension is a content filtering and ad blocker browser extension that blocks all ads on Youtube™. It allows users to block the display of page elements such as ads.
The banners you usually see, Ad Clips and even pre-run ads before the actual video is blocked by this extension.


Features:
★ Blocks ads, banners and popups
★ Blocking of ads on external sites 
★ Prevent preroll ads from being uploaded 
★ No configuration. No messy lists to manage
★ Block all pre-roll video ads on all sites
★ Blocks banner/text ads throughout 
★ Ultra fast plus very lightweight, will not slow you down
★ 100% Free & always updated
★ Looper
★ Quality
★ Fast Search

Blocking benefits:
★ Improve browser speed
★ Improve page load speed
★ Decrease memory / CPU usage
★ Decrease bandwidth
★ Most importantly, save time by not looking at ads all day!                    

Extension Basic Information

Name Good Enhancer For YouTube™| Youtube Adblocker Good Enhancer For YouTube™| Youtube Adblocker
ID anckfjohcjagabcpdnegoklphnnfjjbc
Official URL https://chromewebstore.google.com/detail/good-enhancer-for-youtube/anckfjohcjagabcpdnegoklphnnfjjbc
Description Good Enhancer For YouTube™, Youtube Adblocker, Adblock for youtube, Loop, Search for Youtube
File Size 124 KB
Installation Count 40,699
Current Version 0.2.1
Last Updated 2024-01-09
Publish Date 2022-11-04
Rating 4.00/5 Total 25 Ratings
Developer Adblock For Youtube
Email [email protected]
Payment Type free
Extension Website https://www.puupnewsapp.com/
Help Page URL https://www.puupnewsapp.com/contact/
Supported Languages id,de,en,en-GB,en-US,fr,sw,nl,no,vi,tr,ca,da,et,es,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,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "128": "icons\/i128.png",
            "16": "icons\/i16.png",
            "19": "icons\/i19.png",
            "32": "icons\/i32.png",
            "38": "icons\/i38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Options"
    },
    "default_locale": "en_US",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "style.css"
            ],
            "all_frames": true,
            "js": [
                "looper.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "youtube",
                "path": "rules\/youtube.json"
            }
        ]
    },
    "description": "__MSG_appDesc__",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icons\/i128.png",
        "16": "icons\/i16.png",
        "19": "icons\/i19.png",
        "32": "icons\/i32.png",
        "38": "icons\/i38.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "storage",
        "scripting",
        "tabs",
        "contextMenus"
    ],
    "short_name": "Youtube Adblocker",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.1",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "scriptlets.js"
            ]
        }
    ]
}