AdBlock Free

Block advertisements and annoying pop-ups on websites. Have a great internet experience without ads! Features: :heavy_plus_sign:…

ما هو AdBlock Free؟

AdBlock Free هو إضافة Chrome تم تطويرها بواسطة https://ab-devs.digital، والميزة الرئيسية لها هي "Block advertisements and annoying pop-ups on websites. Have a great internet experience without ads! Features: :heavy_plus_sign:…".

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

screenshot
screenshot
screenshot

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

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

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

                        Block advertisements and annoying pop-ups on websites. Have a great internet experience without ads! 
Features:
:heavy_plus_sign: Block pop-ups, advertisements, annoying banners on all of your favourite sites. 
:heavy_plus_sign: Browse safely without harmful ads with malware, frauds, and cryptocurrency scams 
:heavy_plus_sign: Improve page load speeds and experience a quicker Internet                    

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

الاسم AdBlock Free AdBlock Free
ID cbibkodnmedfgmkaeagomjckphnegcgi
عنوان URL الرسمي https://chrome.google.com/webstore/detail/adblock-free/cbibkodnmedfgmkaeagomjckphnegcgi
الوصف Block advertisements and annoying pop-ups on websites. Have a great internet experience without ads! Features: :heavy_plus_sign:…
حجم الملف 299 KB
عدد التثبيتات 10,000
النسخة الحالية 0.0.5
آخر تحديث 2021-12-14
تاريخ النشر 2021-11-06
تقييم 4.83/5 مجموع تقييمات 24
المطور https://ab-devs.digital
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://ab-devs.digital/policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Free",
    "version": "0.0.5",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "cookies",
        "alarms"
    ],
    "icons": {
        "16": "icons\/adblock-16.png",
        "32": "icons\/adblock-32.png",
        "48": "icons\/adblock-48.png",
        "64": "icons\/adblock-64.png",
        "128": "icons\/adblock-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "lists\/blackListUrls.js",
            "lists\/whiteListUrls.js",
            "js\/blocker.js",
            "background-min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content-min.js"
            ],
            "run_at": "document_start",
            "css": [
                "css\/hide.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}