Mint Ad Blocker

Removes Sponsored Items from Mint

What is Mint Ad Blocker?

Mint Ad Blocker is a Chrome extension developed by hitechhobby, and its main feature is "Removes Sponsored Items from Mint".

Extension Screenshots

screenshot
screenshot

Download Mint Ad Blocker Extension CRX File

Download Mint 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 extension removes personalized ads from mint.com                    

Extension Basic Information

Name Mint Ad Blocker Mint Ad Blocker
ID cgjgiofhmiholkmkollgipkddmgjckjo
Official URL https://chromewebstore.google.com/detail/mint-ad-blocker/cgjgiofhmiholkmkollgipkddmgjckjo
Description Removes Sponsored Items from Mint
File Size 8.47 KB
Installation Count 360
Current Version 0.1
Last Updated 2020-07-23
Publish Date 2020-07-23
Rating 5.00/5 Total 4 Ratings
Developer hitechhobby
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mint Ad Blocker",
    "version": "0.1",
    "description": "Removes Sponsored Items from Mint",
    "icons": {
        "48": "icons\/mint-ad-blocker-48.png"
    },
    "browser_action": {
        "default_icon": "icons\/mint-ad-blocker-48.png",
        "default_title": "Mint Ad Blocker",
        "default_popup": "popup\/mint-ad-blocker.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mint.intuit.com\/*"
            ],
            "js": [
                "mint-ad-blocker.js"
            ],
            "css": [
                "mint-ad-blocker.css"
            ]
        }
    ]
}