Google Ads Hider

Hide Google search ads

ما هو Google Ads Hider؟

Google Ads Hider هو إضافة Chrome تم تطويرها بواسطة Yui، والميزة الرئيسية لها هي "Hide Google search ads".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Google Ads Hider

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

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

                        Google Ads Hider is a browser extension designed to enhance your Google search experience. With a simple click on the extension's icon, you can easily toggle between hiding and displaying ads on your Google search results. By default, upon installation, ads will be hidden.                    

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

الاسم Google Ads Hider Google Ads Hider
ID ngiebklmehgbkilagngnkeppmncackol
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-ads-hider/ngiebklmehgbkilagngnkeppmncackol
الوصف Hide Google search ads
حجم الملف 7.09 MB
عدد التثبيتات 63
النسخة الحالية 1.0
آخر تحديث 2023-08-24
تاريخ النشر 2023-08-24
تقييم 5.00/5 مجموع تقييمات 1
المطور Yui
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Ads Hider",
    "version": "1.0",
    "description": "Hide Google search ads",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "service_worker": "dist\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/*",
                "*:\/\/www.google.co.jp\/*",
                "*:\/\/www.google.co.uk\/*"
            ],
            "js": [
                "dist\/content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "active.png",
            "48": "active.png",
            "128": "active.png"
        }
    },
    "icons": {
        "16": "active.png",
        "48": "active.png",
        "128": "active.png"
    }
}