999 Plus

Extension for sorting 999.md items

What is 999 Plus?

999 Plus is a Chrome extension developed by Unknown, and its main feature is "Extension for sorting 999.md items".

Extension Screenshots

screenshot

Download 999 Plus Extension CRX File

Download 999 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

                        Extensie care sorteaza articolele după preț pe https://999.md                    

Extension Basic Information

Name 999 Plus 999 Plus
ID mndemnbmckichfiedpjdmhajofmifidj
Official URL https://chromewebstore.google.com/detail/999-plus/mndemnbmckichfiedpjdmhajofmifidj
Description Extension for sorting 999.md items
File Size 13.21 KB
Installation Count 22
Current Version 1.3.1
Last Updated 2019-04-14
Publish Date 2019-04-14
Rating 5.00/5 Total 9 Ratings
Developer Unknown
Payment Type free
Supported Languages ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "999 Plus",
    "version": "1.3.1",
    "description": "Extension for sorting 999.md items",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/999.md\/*",
                "https:\/\/999.md\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/999plus16.png",
        "32": "images\/999plus32.png",
        "48": "images\/999plus48.png",
        "128": "images\/999plus128.png"
    },
    "manifest_version": 2
}