999.md Plus

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

What is 999.md Plus?

999.md Plus is a Chrome extension developed by anjas, and its main feature is "Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.".

Extension Screenshots

screenshot

Download 999.md Plus Extension CRX File

Download 999.md Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extension removes ads from the top of the listing.

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

Extension Basic Information

Name 999.md Plus 999.md Plus
ID feighcddcaljbkbbokjjifkehpojcalj
Official URL https://chromewebstore.google.com/detail/999md-plus/feighcddcaljbkbbokjjifkehpojcalj
Description Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.
File Size 41.07 KB
Installation Count 52
Current Version 1.0
Last Updated 2014-10-02
Publish Date 2014-10-02
Rating 4.00/5 Total 12 Ratings
Developer anjas
Payment Type free
Supported Languages 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"
    }
}