OLX.pt View

Contador de view para olx.pt

ما هو OLX.pt View؟

OLX.pt View هو إضافة Chrome تم تطويرها بواسطة Luis Pimenta، والميزة الرئيسية لها هي "Contador de view para olx.pt".

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

screenshot
screenshot

تحميل ملف CRX للإضافة OLX.pt View

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

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

                        Extensão para informar quantas views existe para cada item da listagem da Olx.pt                    

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

الاسم OLX.pt View OLX.pt View
ID ibfbipdiojmokomkicahfiphanijfdjp
عنوان URL الرسمي https://chromewebstore.google.com/detail/olxpt-view/ibfbipdiojmokomkicahfiphanijfdjp
الوصف Contador de view para olx.pt
حجم الملف 61.34 KB
عدد التثبيتات 167
النسخة الحالية 0.0.4
آخر تحديث 2021-10-12
تاريخ النشر 2021-07-22
تقييم 3.00/5 مجموع تقييمات 2
المطور Luis Pimenta
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.4",
    "name": "OLX.pt View",
    "description": "Contador de view para olx.pt",
    "author": "Luis Fernando Pimenta",
    "browser_action": {
        "default_title": "OLX.pt View",
        "default_popup": "index.html",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "jquery-3.6.0.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.olx.pt\/*",
                "https:\/\/*.olx.pt\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "olx.js"
            ]
        }
    ]
}