Ethical AdBlock — Ad Blocker

Ethical Adblock is the first undetectable adblocker for all websites.

Ethical AdBlock — Ad Blockerคืออะไร?

Ethical AdBlock — Ad Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.ethical-adblock.xyz และคุณลักษณะหลักของมันคือ "Ethical Adblock is the first undetectable adblocker for all websites."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ethical AdBlock — Ad Blocker

ดาวน์โหลดไฟล์ส่วนขยาย Ethical AdBlock — Ad Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Ethical adblock is the first undetectable ad blocker in the world !
It is undetectable by ad blocker detectors and blocks all your ads on youtube, twitch, twitter and all your favorite sites.

═══════════ Features ═══════════

┊Adblocker completely undetectable
┊Block Youtube video ads
┊Block Ads on All Websites 
┊Make Your Browser Faster                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ethical AdBlock — Ad Blocker Ethical AdBlock — Ad Blocker
ID njfgllfchpddnfmildigamnkjjkipgea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ethical-adblock-%E2%80%94-ad-bloc/njfgllfchpddnfmildigamnkjjkipgea
คำอธิบาย Ethical Adblock is the first undetectable adblocker for all websites.
ขนาดไฟล์ 153 KB
จำนวนการติดตั้ง 72
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2022-10-03
วันที่เผยแพร่ 2021-04-27
คะแนน 4.31/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://www.ethical-adblock.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.ethical-adblock.xyz
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethical AdBlock \u2014 Ad Blocker",
    "version": "1.2",
    "description": "Ethical Adblock is the first undetectable adblocker for all websites.",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "blocked_domains.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "adskip.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "Logo_EthicalBlocker.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}