AdBlock 360

Blocks popups, ads, trackers from our block list and auto skip youtube ads

ما هو AdBlock 360؟

AdBlock 360 هو إضافة Chrome تم تطويرها بواسطة Adblock 360، والميزة الرئيسية لها هي "Blocks popups, ads, trackers from our block list and auto skip youtube ads".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة AdBlock 360

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

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

                        Extension features :
📺 Auto skip Youtube video ads
🔥 Eliminate annoying popups
🧹 Hide or remove bad ads
🤖 Block most social and privacy trackers
🥷 Not detected by anti-adblock scripts.

We do not block all ads, we keep some search engine and display ads which are relevant.

If you find that we should block an annoying and repetitive ad, please report and we will add it.

Our privacy policy is available here :
https://adblock-360.com/privacy.htm
Its a long read, so we will make it easy :
- We do not log any personal information with this extension.
- The only thing we log is how many ads we help you block and its anonymous.                    

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

الاسم AdBlock 360 AdBlock 360
ID ghfkgecdjkmgjkhbdpjdhimeleinmmkl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/adblock-360/ghfkgecdjkmgjkhbdpjdhimeleinmmkl
الوصف Blocks popups, ads, trackers from our block list and auto skip youtube ads
حجم الملف 142 KB
عدد التثبيتات 600,000
النسخة الحالية 1.0.0.0
آخر تحديث 2021-09-21
تاريخ النشر 2021-09-21
تقييم 1.85/5 مجموع تقييمات 20
المطور Adblock 360
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://adblock-360.com/privacy.htm
عنوان صفحة سياسة الخصوصية https://adblock-360.com/privacy.htm
اللغات المدعومة de,en,fr,nl,es,it,pt-BR,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.0.0",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "banlist.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "128.png"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "jquery-3.6.0.slim.min.js",
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}