Ethical AdBlock — Ad Blocker

Ethical Adblock is the first undetectable adblocker for all websites.

Ethical AdBlock — Ad Blocker là gì?

Ethical AdBlock — Ad Blocker là một tiện ích mở rộng Chrome được phát triển bởi https://www.ethical-adblock.xyz, và tính năng chính của nó là "Ethical Adblock is the first undetectable adblocker for all websites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ethical AdBlock — Ad Blocker

Tải xuống các tệp mở rộng Ethical AdBlock — Ad Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ethical AdBlock — Ad Blocker Ethical AdBlock — Ad Blocker
ID njfgllfchpddnfmildigamnkjjkipgea
URL Chính Thức https://chromewebstore.google.com/detail/ethical-adblock-%E2%80%94-ad-bloc/njfgllfchpddnfmildigamnkjjkipgea
Mô tả Ethical Adblock is the first undetectable adblocker for all websites.
Kích Thước Tệp 153 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-10-03
Ngày Phát Hành 2021-04-27
Đánh Giá 4.31/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://www.ethical-adblock.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.ethical-adblock.xyz
Ngôn Ngữ Được Hỗ Trợ 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
}