2ememain/2dehands enhancer

Enhance the 2ememain/2dehands website with useful options

ما هو 2ememain/2dehands enhancer؟

2ememain/2dehands enhancer هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Enhance the 2ememain/2dehands website with useful options".

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

screenshot

تحميل ملف CRX للإضافة 2ememain/2dehands enhancer

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

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

                        This extension allow it's user to show or hide embedded ads on the home page, the search results, and on an item's page.                    

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

الاسم 2ememain/2dehands enhancer 2ememain/2dehands enhancer
ID ecifmlcdgmaeehpcjcenmjkbmkafdjmf
عنوان URL الرسمي https://chromewebstore.google.com/detail/2ememain2dehands-enhancer/ecifmlcdgmaeehpcjcenmjkbmkafdjmf
الوصف Enhance the 2ememain/2dehands website with useful options
حجم الملف 19.56 KB
عدد التثبيتات 119
النسخة الحالية 0.2.0
آخر تحديث 2020-02-17
تاريخ النشر 2020-02-17
تقييم 4.00/5 مجموع تقييمات 2
المطور Unknown
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/fvilers/2ememain-extension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2ememain\/2dehands enhancer",
    "version": "0.2.0",
    "description": "Enhance the 2ememain\/2dehands website with useful options",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.2ememain.be\/*",
                "https:\/\/www.2dehands.be\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}