Good Enhancer For YouTube™| Youtube Adblocker

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

什么是Good Enhancer For YouTube™| Youtube Adblocker?

Good Enhancer For YouTube™| Youtube Adblocker是由Adblock For Youtube开发的Chrome扩展程序,该扩展的主要功能是“Good Enhancer For YouTube™, Youtube Adblocker, Adblock for youtube, Loop, Search for Youtube”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Good Enhancer For YouTube™| Youtube Adblocker扩展crx文件

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

扩展使用说明

                        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!                    

扩展基本信息

名称 Good Enhancer For YouTube™| Youtube Adblocker Good Enhancer For YouTube™| Youtube Adblocker
ID anckfjohcjagabcpdnegoklphnnfjjbc
官方URL https://chromewebstore.google.com/detail/good-enhancer-for-youtube/anckfjohcjagabcpdnegoklphnnfjjbc
简介 Good Enhancer For YouTube™, Youtube Adblocker, Adblock for youtube, Loop, Search for Youtube
文件大小 124 KB
安装次数 40,699
当前版本 0.2.1
更新时间 2024-01-09
上架时间 2022-11-04
评分 4.00/5 共25次评分
开发者 Adblock For Youtube
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.puupnewsapp.com/
帮助页面URL https://www.puupnewsapp.com/contact/
支持的语言 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"
            ]
        }
    ]
}