999 Plus

Extension for sorting 999.md items

ما هو 999 Plus؟

999 Plus هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Extension for sorting 999.md items".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة 999 Plus

قم بتنزيل ملفات الامتداد 999 Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم 999 Plus 999 Plus
ID mndemnbmckichfiedpjdmhajofmifidj
عنوان URL الرسمي https://chromewebstore.google.com/detail/999-plus/mndemnbmckichfiedpjdmhajofmifidj
الوصف Extension for sorting 999.md items
حجم الملف 13.21 KB
عدد التثبيتات 22
النسخة الحالية 1.3.1
آخر تحديث 2019-04-14
تاريخ النشر 2019-04-14
تقييم 5.00/5 مجموع تقييمات 9
المطور Unknown
نوع الدفع free
اللغات المدعومة 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
}