Ad Blocker

Ad Blocker - blocks all annoying ads, malware and tracking.

Ad Blocker là gì?

Ad Blocker là một tiện ích mở rộng Chrome được phát triển bởi vadimmitrievich182, và tính năng chính của nó là "Ad Blocker - blocks all annoying ads, malware and tracking.".

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

screenshot

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

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

                        We would like to offer you our new extension.  Tired of advertising on the Internet?  Then Ad Blocker will help you.  Thanks to our product, you will be able to get rid of annoying advertisements on the Internet.  When you install Ad Blocker, you will immediately forget about the ads that bother you.  We guarantee you the high quality of our product.  You will not have to worry about your children, because you will know that they do not receive advertisements from unknown sites.  We did our best to make our product as simple and comfortable to use as possible for our users.  Just download Ad Blocker and start using it right now.                    

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

Tên Ad Blocker Ad Blocker
ID jaohnaoeopobbpjdeglffjnaclhifabp
URL Chính Thức https://chrome.google.com/webstore/detail/ad-blocker/jaohnaoeopobbpjdeglffjnaclhifabp
Mô tả Ad Blocker - blocks all annoying ads, malware and tracking.
Kích Thước Tệp 272 KB
Số Lần Cài Đặt 2,678
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-12-22
Ngày Phát Hành 2021-04-25
Đánh Giá 1.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển vadimmitrievich182
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "cerata.html"
    },
    "browser_action": {
        "default_icon": "sromana.png",
        "default_popup": "orea.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "siceond.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "soji.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "icons": {
        "128": "sromana.png"
    },
    "manifest_version": 2,
    "homepage_url": "https:\/\/adsblocker.ru",
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_name_short__",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "",
        "storage"
    ],
    "version": "1.1"
}