My Ad Blocker

My Ad Blocker helps you to automatically block advertisements.

What is My Ad Blocker?

My Ad Blocker is a Chrome extension developed by https://yifanai.com, and its main feature is "My Ad Blocker helps you to automatically block advertisements.".

Extension Screenshots

screenshot
screenshot

Download My Ad Blocker Extension CRX File

Download My Ad Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name My Ad Blocker My Ad Blocker
ID gnlkfpaeandjfnimoafcncngbkoaccfl
Official URL https://chromewebstore.google.com/detail/my-ad-blocker/gnlkfpaeandjfnimoafcncngbkoaccfl
Description My Ad Blocker helps you to automatically block advertisements.
File Size 8.77 KB
Installation Count 164
Current Version 0.1.0
Last Updated 2020-11-27
Publish Date 2020-11-25
Developer https://yifanai.com
Email [email protected]
Payment Type free
Extension Website https://yifanai.com
Help Page URL https://yifanai.com
Supported Languages 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\/"
}