999.md Plus
Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.
Was ist 999.md Plus?
999.md Plus ist eine Chrome-Erweiterung, die von anjas entwickelt wurde, und ihr Hauptmerkmal ist "Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.".
Erweiterungsscreenshots
999.md Plus-Erweiterungs-CRX-Datei herunterladen
Laden Sie 999.md Plus-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
Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.
Grundlegende Informationen zur Erweiterung
Name | 999.md Plus |
ID | feighcddcaljbkbbokjjifkehpojcalj |
Offizielle URL | https://chromewebstore.google.com/detail/999md-plus/feighcddcaljbkbbokjjifkehpojcalj |
Beschreibung | Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи. |
Dateigröße | 41.07 KB |
Installationsanzahl | 52 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-10-02 |
Veröffentlichungsdatum | 2014-10-02 |
Bewertung | 4.00/5 Insgesamt 12 Bewertungen |
Entwickler | anjas |
Zahlungsart | free |
Unterstützte Sprachen | ro |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "999.md Plus", "manifest_version": 2, "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/999.md\/*", "https:\/\/999.md\/*" ], "js": [ "jquery.js", "script.js" ], "run_at": "document_start" } ], "permissions": [ "http:\/\/999.md\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |