999.md Plus

Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.

Wat is 999.md Plus?

999.md Plus is een Chrome-extensie ontwikkeld door anjas, en de belangrijkste functie is "Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 999.md Plus

Download 999.md Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Extension removes ads from the top of the listing.

Расширение убирает платные объявления из начала выдачи.                    

Basisinformatie over de Extensie

Naam 999.md Plus 999.md Plus
ID feighcddcaljbkbbokjjifkehpojcalj
Officiële URL https://chromewebstore.google.com/detail/999md-plus/feighcddcaljbkbbokjjifkehpojcalj
Beschrijving Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.
Bestandsgrootte 41.07 KB
Aantal Installaties 52
Huidige Versie 1.0
Laatst Bijgewerkt 2014-10-02
Publicatiedatum 2014-10-02
Beoordeling 4.00/5 Totaal 12 Beoordelingen
Ontwikkelaar anjas
Betalingswijze free
Ondersteunde Talen 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"
    }
}