OneOptimize AdBlock

OneOptimize AdBlock blocks ads, makes your browsing in Chrome more comfortable

ما هو OneOptimize AdBlock؟

OneOptimize AdBlock هو إضافة Chrome تم تطويرها بواسطة OneOptimize، والميزة الرئيسية لها هي "OneOptimize AdBlock blocks ads, makes your browsing in Chrome more comfortable".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        OneOptimize AdBlock: The Ultimate Adblocker for Chrome

Introducing OneOptimize AdBlock
Enhance your browsing experience with OneOptimize AdBlock, a high-performance adblocker extension developed for Google Chrome. This powerful tool effectively eliminates advertisements on any website you visit, ensuring a seamless and uninterrupted browsing session. However, OneOptimize AdBlock goes beyond ad removal to safeguard your online privacy by blocking trackers, spyware, and ads that collect your personal information. Additionally, it provides protection against malware. While there are numerous adblockers available on the Chrome Web Store, OneOptimize AdBlock sets itself apart by offering a comprehensive range of features.

How Does OneOptimize AdBlock Work?
Advertisements can significantly slow down your computer, resulting in prolonged website loading times. Websites earn revenue by displaying ads, which can cause delays in page loading. Platforms like YouTube rely on selling user data to advertisers to provide free content. Fortunately, OneOptimize AdBlock addresses this issue by enabling lightning-fast loading speeds on any website, even when inundated with intrusive advertisements. Once you experience the speed and efficiency of OneOptimize AdBlock, you won't want to go back to regular web browsers.

Please note that YouTube™ and Google Chrome™ are trademarks of Google Inc., and the use of these trademarks is subject to Google Permissions.

When you install OneOptimize AdBlock, you will receive a three-day free trial to enjoy its unlimited functionality. After the trial period ends, you will be required to create an account and authorize the extension in the dialog box.                    

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

الاسم OneOptimize AdBlock OneOptimize AdBlock
ID dlbgdlmfkjiffjkchlipihnmbmhnapja
عنوان URL الرسمي https://chromewebstore.google.com/detail/oneoptimize-adblock/dlbgdlmfkjiffjkchlipihnmbmhnapja
الوصف OneOptimize AdBlock blocks ads, makes your browsing in Chrome more comfortable
حجم الملف 322 KB
عدد التثبيتات 980
النسخة الحالية 1.3.1.1
آخر تحديث 2023-12-30
تاريخ النشر 2021-07-13
تقييم 3.67/5 مجموع تقييمات 3
المطور OneOptimize
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/1q-Av3SxT1PKr-OP8AEqBS17ns-MeY4LqNTrMrOkU5DM/edit?usp=sharing
اللغات المدعومة id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "version": "1.3.1.1",
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/content_scripts\/content.js",
                ".\/content_scripts\/message_cs.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/content_scripts\/inject_cs.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_app_name__",
        "default_icon": "icons\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "cookies",
        "gcm"
    ],
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png",
        "16": "icons\/icon_16.png"
    },
    "web_accessible_resources": [
        "content_scripts\/youtube\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com blob:;object-src 'self'"
}