Amazon Adblocker
Simple Amazon ad blocker
Was ist Amazon Adblocker?
Amazon Adblocker ist eine Chrome-Erweiterung, die von DiegoSolorzano entwickelt wurde, und ihr Hauptmerkmal ist "Simple Amazon ad blocker".
Erweiterungsscreenshots
Amazon Adblocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Amazon Adblocker-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
Blocks all Amazon Ads like the sponsored products and banners. Once the extension is installed you can enjoy Amazon without ads. Note: Right now it only works with amazon.com and amazon.com.mx
Grundlegende Informationen zur Erweiterung
Name | Amazon Adblocker |
ID | odkejfinkopadmgookpcdgpdcgfnnoim |
Offizielle URL | https://chromewebstore.google.com/detail/amazon-adblocker/odkejfinkopadmgookpcdgpdcgfnnoim |
Beschreibung | Simple Amazon ad blocker |
Dateigröße | 10.15 KB |
Installationsanzahl | 80 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2021-08-26 |
Veröffentlichungsdatum | 2021-08-25 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | DiegoSolorzano |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Adblocker", "description": "Simple Amazon ad blocker", "manifest_version": 3, "version": "1.0.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.com.mx\/*" ], "js": [ "content.js" ], "all_frames": false, "run_at": "document_end" } ] } |