Mint Ad Blocker

Removes Sponsored Items from Mint

Wat is Mint Ad Blocker?

Mint Ad Blocker is een Chrome-extensie ontwikkeld door hitechhobby, en de belangrijkste functie is "Removes Sponsored Items from Mint".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Mint Ad Blocker

Download Mint Ad Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension removes personalized ads from mint.com                    

Basisinformatie over de Extensie

Naam Mint Ad Blocker Mint Ad Blocker
ID cgjgiofhmiholkmkollgipkddmgjckjo
Officiële URL https://chromewebstore.google.com/detail/mint-ad-blocker/cgjgiofhmiholkmkollgipkddmgjckjo
Beschrijving Removes Sponsored Items from Mint
Bestandsgrootte 8.47 KB
Aantal Installaties 360
Huidige Versie 0.1
Laatst Bijgewerkt 2020-07-23
Publicatiedatum 2020-07-23
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar hitechhobby
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}