999.md Plus
Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.
Qu'est-ce que 999.md Plus ?
999.md Plus est une extension Chrome développée par anjas, et sa fonction principale est "Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 999.md Plus
Téléchargez les fichiers d'extension 999.md Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.
Informations de Base sur l'Extension
Nom | 999.md Plus |
ID | feighcddcaljbkbbokjjifkehpojcalj |
URL Officiel | https://chromewebstore.google.com/detail/999md-plus/feighcddcaljbkbbokjjifkehpojcalj |
Description | Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи. |
Taille du Fichier | 41.07 KB |
Nombre d'Installations | 52 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-10-02 |
Date de Publication | 2014-10-02 |
Évaluation | 4.00/5 Total 12 Évaluations |
Développeur | anjas |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |