Ad Blockers are not allowed on Youtube bypass

Keep your adblocker on youtube & Prevent a youtube popup that says add blockers are not allowed on youtube

什麼是Ad Blockers are not allowed on Youtube bypass?

Ad Blockers are not allowed on Youtube bypass是由LydiaResearch開發的Chrome擴展程式,該擴展的主要功能是“Keep your adblocker on youtube & Prevent a youtube popup that says add blockers are not allowed on youtube”。

擴展截圖

screenshot

下載Ad Blockers are not allowed on Youtube bypass擴展crx文件

下載Ad Blockers are not allowed on Youtube bypass擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        "Say Goodbye to YouTube's Adblocker Popups with 'Ad Blockers are not allowed on Youtube bypass' Chrome Extension! 🚫⏲️

YouTube insists on blocking adblockers and hits you with a pesky timer popup whenever you try to enjoy an ad-free experience. Frustrating, right? Well, not anymore! Adblock Defense is here to save the day. 🛡️

Features:

Popup Protection: Our extension thwarts YouTube's timer popups that scold you for having an adblocker. No more interruptions! 🚷
Seamless Ad-Blocking: Continue enjoying an ad-free experience on YouTube without any hassles. 🚫
Automatic Defense: Adblock Defense works quietly in the background, ensuring your YouTube experience remains uninterrupted. 🤖
Sick of YouTube's adblocker restrictions? Install ' Ad Blockers are not allowed on Youtube 'and browse YouTube your way, ad-free and popup-free! 📺🔒"                    

擴展基本資訊

名稱 Ad Blockers are not allowed on Youtube bypass Ad Blockers are not allowed on Youtube bypass
ID ahabnibpppaaiedhfejoolemiabbofkd
官方網址 https://chromewebstore.google.com/detail/ad-blockers-are-not-allow/ahabnibpppaaiedhfejoolemiabbofkd
簡介 Keep your adblocker on youtube & Prevent a youtube popup that says add blockers are not allowed on youtube
檔案大小 624 KB
安裝次數 8,002
目前版本 1.3
更新時間 2023-10-26
上架時間 2023-10-18
評分 3.34/5 共 62 次評分
開發者 LydiaResearch
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mindfulmanifesters.com/
隱私政策頁面URL https://www.freeprivacypolicy.com/live/faedd381-fe6c-4ee4-a5cb-41ff56d31592
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad Blockers are not allowed on Youtube bypass",
    "description": "Keep your adblocker on youtube & Prevent a youtube popup that says add blockers are not allowed on youtube",
    "version": "1.3",
    "manifest_version": 3,
    "icons": {
        "128": "icons\/icons8-youtube-128.png",
        "256": "icons\/icons8-youtube-256.png",
        "512": "icons\/icons8-youtube-512.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}