My Ad Blocker

My Ad Blocker helps you to automatically block advertisements.

My Ad Blocker là gì?

My Ad Blocker là một tiện ích mở rộng Chrome được phát triển bởi https://yifanai.com, và tính năng chính của nó là "My Ad Blocker helps you to automatically block advertisements.".

Ả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 My Ad Blocker

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

                        My Ad Blocker helps you to automatically block ads. I am gradually adding URLs of ad providers in to the block list.                    

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

Tên My Ad Blocker My Ad Blocker
ID gnlkfpaeandjfnimoafcncngbkoaccfl
URL Chính Thức https://chromewebstore.google.com/detail/my-ad-blocker/gnlkfpaeandjfnimoafcncngbkoaccfl
Mô tả My Ad Blocker helps you to automatically block advertisements.
Kích Thước Tệp 8.77 KB
Số Lần Cài Đặt 164
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2020-11-27
Ngày Phát Hành 2020-11-25
Nhà Phát Triển https://yifanai.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://yifanai.com
URL Trang Trợ Giúp https://yifanai.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Ad Blocker",
    "version": "0.1.0",
    "description": "My Ad Blocker helps you to automatically block advertisements.",
    "icons": {
        "64": "icon64.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "author": "Yifan Ai",
    "background": {
        "scripts": [
            "index.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "homepage_url": "https:\/\/www.yifanai.com\/"
}