999.md Plus
Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.
Cos'è 999.md Plus?
999.md Plus è un'estensione di Chrome sviluppata da anjas, e la sua funzione principale è "Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 999.md Plus
Scarica i file di estensione 999.md Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.
Informazioni di Base sull'Estensione
Nome | 999.md Plus |
ID | feighcddcaljbkbbokjjifkehpojcalj |
URL Ufficiale | https://chromewebstore.google.com/detail/999md-plus/feighcddcaljbkbbokjjifkehpojcalj |
Descrizione | Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи. |
Dimensione del File | 41.07 KB |
Conteggio Installazioni | 52 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-10-02 |
Data di Pubblicazione | 2014-10-02 |
Valutazione | 4.00/5 Totale 12 Valutazioni |
Sviluppatore | anjas |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |