No Ads

Blocks display ads, trackers and auto skip Youtube Video ads.

ما هو No Ads؟

No Ads هو إضافة Chrome تم تطويرها بواسطة getnoads، والميزة الرئيسية لها هي "Blocks display ads, trackers and auto skip Youtube Video ads.".

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

screenshot
screenshot
screenshot

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

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

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

                        Surf web faster and without distraction with No Ads.

* Auto skips Youtube video ads.
* Blocks Display ads on all websites and youtube.
* Blocks annoying Taboola feed.
* Block trackers/push notification providers like facebook pixel, hotjar, yandex, google-analytics, notix, etc...
* Hide ads in Gmail, Amazon store also.

It's safe, no tracking, no data collection.
It's open source https://github.com/piyuesh-dev/adblocker                    

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

الاسم No Ads No Ads
ID nhoimkephmfpfakaopdjheigigmfefge
عنوان URL الرسمي https://chromewebstore.google.com/detail/no-ads/nhoimkephmfpfakaopdjheigigmfefge
الوصف Blocks display ads, trackers and auto skip Youtube Video ads.
حجم الملف 51.48 KB
عدد التثبيتات 887
النسخة الحالية 0.1.7
آخر تحديث 2024-03-03
تاريخ النشر 2023-01-19
تقييم 5.00/5 مجموع تقييمات 2
المطور getnoads
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "No Ads",
    "description": "Blocks display ads, trackers and auto skip Youtube Video ads.",
    "version": "0.1.7",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": "No Ads"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "content.css"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}