Mint Ad Blocker
Removes Sponsored Items from Mint
Was ist Mint Ad Blocker?
Mint Ad Blocker ist eine Chrome-Erweiterung, die von hitechhobby entwickelt wurde, und ihr Hauptmerkmal ist "Removes Sponsored Items from Mint".
Erweiterungsscreenshots
Mint Ad Blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mint Ad Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension removes personalized ads from mint.com Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cgjgiofhmiholkmkollgipkddmgjckjo |
| Offizielle URL | https://chromewebstore.google.com/detail/mint-ad-blocker/cgjgiofhmiholkmkollgipkddmgjckjo |
| Beschreibung | Removes Sponsored Items from Mint |
| Dateigröße | 8.47 KB |
| Installationsanzahl | 360 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2020-07-23 |
| Veröffentlichungsdatum | 2020-07-23 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | hitechhobby |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |