4chan ad blocker

Removes porn ads on adult 4chan boards.

What is 4chan ad blocker?

4chan ad blocker is a Chrome extension developed by mf_doomer, and its main feature is "Removes porn ads on adult 4chan boards.".

Extension Screenshots

screenshot

Download 4chan ad blocker Extension CRX File

Download 4chan 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

                        This blocks the porn ads on adult 4chan boards.                    

Extension Basic Information

Name 4chan ad blocker 4chan ad blocker
ID aclfkdhkjhfckmnlfkonpnjaakpfeoma
Official URL https://chromewebstore.google.com/detail/4chan-ad-blocker/aclfkdhkjhfckmnlfkonpnjaakpfeoma
Description Removes porn ads on adult 4chan boards.
File Size 327 KB
Installation Count 407
Current Version 1.01
Last Updated 2019-03-22
Publish Date 2019-03-21
Rating 4.50/5 Total 10 Ratings
Developer mf_doomer
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "4chan ad blocker",
    "version": "1.01",
    "author": "mf_doomer",
    "description": "Removes porn ads on adult 4chan boards.",
    "icons": {
        "128": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/boards.4chan.org\/*"
            ],
            "js": [
                "block.js"
            ]
        }
    ]
}