Etsy Ad-Free

A simple extension that prevents you from seeing seller ads on the Etsy website.

ما هو Etsy Ad-Free؟

Etsy Ad-Free هو إضافة Chrome تم تطويرها بواسطة ndallas1983، والميزة الرئيسية لها هي "A simple extension that prevents you from seeing seller ads on the Etsy website.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Etsy Ad-Free

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

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

                        When you're searching Etsy for something, you will find that what you're looking for is abruptly overtaken by ads that are sometimes 10x higher in price. This extension will make your experience a bit more honest and show you listings by the natural algorithm, which is based on your search criteria and sorting preference. 

This extension is also useful if you are a seller and do not want to accidentally click on someone's advertisement.                    

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

الاسم Etsy Ad-Free Etsy Ad-Free
ID lkmidcopffikdeokfcmejoleakoaechf
عنوان URL الرسمي https://chromewebstore.google.com/detail/etsy-ad-free/lkmidcopffikdeokfcmejoleakoaechf
الوصف A simple extension that prevents you from seeing seller ads on the Etsy website.
حجم الملف 122 KB
عدد التثبيتات 32
النسخة الحالية 1.0.0
آخر تحديث 2023-05-12
تاريخ النشر 2023-05-12
تقييم 3.50/5 مجموع تقييمات 2
المطور ndallas1983
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "data\/icons\/etsy-ad-free-16.png",
            "32": "data\/icons\/etsy-ad-free-32.png",
            "48": "data\/icons\/etsy-ad-free-48.png",
            "64": "data\/icons\/etsy-ad-free-64.png"
        },
        "default_title": "Etsy Ad-Free"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "foreground.js"
            ],
            "matches": [
                "*:\/\/www.etsy.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "A simple extension that prevents you from seeing seller ads on the Etsy website.",
    "icons": {
        "128": "data\/icons\/etsy-ad-free-128.png",
        "16": "data\/icons\/etsy-ad-free-16.png",
        "32": "data\/icons\/etsy-ad-free-32.png",
        "48": "data\/icons\/etsy-ad-free-48.png",
        "64": "data\/icons\/etsy-ad-free-64.png"
    },
    "manifest_version": 3,
    "name": "Etsy Ad-Free",
    "version": "1.0.0"
}