Adblock for You

Blocks Ads and Popups in Chrome.

Adblock for You là gì?

Adblock for You là một tiện ích mở rộng Chrome được phát triển bởi Adblock for You, và tính năng chính của nó là "Blocks Ads and Popups in Chrome.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Adblock for You

Tải xuống các tệp mở rộng Adblock for You 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

                        Adblock for You - A simple advertising blocker for Chrome

Features:

* Blocks Ads 
* Tracking links are disabled
* Increase performance for websites by disabling remote Javascript, web fonts, large media elements and cosmetic filtering 
* zapper mode lets you remove website elements
* Inspector for web elemente
* Many Settings
	* manage your filter lists
	* create your custom Filterlist
	* you can whitelist websites 

Permissions:

The extension needs to access all websites to check for ads and remove them

This tool is free. If you like it, leave a positive review

—————————————————

✔ Privacy 

Any advertising detection happens on your computer and we do not see or track.

You are welcome to review our open source code which is under the GPL3 License or send us a message in the support tab!

—————————————————

This Chrome Webstore uses Google Analytics, a web analytics service provided by Google, Inc. (“Google”). Google Analytics uses “cookies”, which are text files placed on your computer, to help the website analyze how users use the site.
The information generated by the cookie about your use of the website will be transmitted to and stored by Google on servers in the United States . In case IP-anonymisation is activated on this website, your IP address will be truncated within the area of Member States of the European Union or other parties to the Agreement on the European Economic Area. Only in exceptional cases the whole IP address will be first transfered to a Google server in the USA and truncated there. The IP-anonymisation is active on this website.
Google will use this information on behalf of the operator of this website for the purpose of evaluating your use of the website, compiling reports on website activity for website operators and providing them other services relating to website activity and internet usage. The IP-address, that your Browser conveys within the scope of Google Analytics, will not be associated with any other data held by Google. You may refuse the use of cookies by selecting the appropriate settings on your browser, however please note that if you do this you may not be able to use the full functionality of this website.
You can also opt-out from being tracked by Google Analytics with effect for the future by downloading and installing Google Analytics Opt-out Browser Addon for your current web browser: http://tools.google.com/dlpage/gaoptout?hl=en or you can uninstall this extension. Thank you.                    

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

Tên Adblock for You Adblock for You
ID ogcaehilgakehloljjmajoempaflmdci
URL Chính Thức https://chromewebstore.google.com/detail/adblock-for-you/ogcaehilgakehloljjmajoempaflmdci
Mô tả Blocks Ads and Popups in Chrome.
Kích Thước Tệp 1.04 MB
Số Lần Cài Đặt 247,271
Phiên Bản Hiện Tại 1.1.7
Cập Nhật Lần Cuối 2023-08-01
Ngày Phát Hành 2022-03-14
Đánh Giá 4.87/5 Tổng số 454 Đánh Giá
Nhà Phát Triển Adblock for You
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://get.adblock-for-you.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en,en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Adblock for You Nation",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png"
        },
        "default_popup": "popup-fenix.html",
        "default_title": "Adblock for You"
    },
    "commands": {
        "launch-element-picker": {
            "description": "__MSG_popupTipPicker__"
        },
        "launch-element-zapper": {
            "description": "__MSG_popupTipZapper__"
        },
        "launch-logger": {
            "description": "__MSG_popupTipLog__"
        },
        "open-dashboard": {
            "description": "__MSG_popupTipDashboard__"
        },
        "relax-blocking-mode": {
            "description": "__MSG_relaxBlockingMode__"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/vapi.js",
                "\/js\/vapi-client.js",
                "\/js\/contentscript.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "\/js\/scriptlets\/subscriber.js"
            ],
            "matches": [
                "https:\/\/easylist.to\/*",
                "https:\/\/*.fanboy.co.nz\/*",
                "https:\/\/filterlists.com\/*",
                "https:\/\/forums.lanik.us\/*",
                "https:\/\/github.com\/*",
                "https:\/\/*.github.io\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "64": "img\/icon_64.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "55.0",
    "name": "Adblock for You",
    "options_ui": {
        "open_in_tab": true,
        "page": "dashboard.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "Adblock for You",
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "version": "1.1.7",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}