999 Plus

Extension for sorting 999.md items

Wat is 999 Plus?

999 Plus is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Extension for sorting 999.md items".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 999 Plus

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

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

Basisinformatie over de Extensie

Naam 999 Plus 999 Plus
ID mndemnbmckichfiedpjdmhajofmifidj
Officiële URL https://chromewebstore.google.com/detail/999-plus/mndemnbmckichfiedpjdmhajofmifidj
Beschrijving Extension for sorting 999.md items
Bestandsgrootte 13.21 KB
Aantal Installaties 22
Huidige Versie 1.3.1
Laatst Bijgewerkt 2019-04-14
Publicatiedatum 2019-04-14
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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
}