R1 AdBlocker

R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.

ما هو R1 AdBlocker؟

R1 AdBlocker هو إضافة Chrome تم تطويرها بواسطة RefEarnApp، والميزة الرئيسية لها هي "R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.".

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

screenshot

تحميل ملف CRX للإضافة R1 AdBlocker

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

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

                        R1 AdBlocker - Light weight ad-blocker which blocks most of the ads instantly on almost all of the sites. This also prevents from downloading unnecessary ads content and images, so makes your browsing experience faster.                    

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

الاسم R1 AdBlocker R1 AdBlocker
ID mbonhaimbjdhphgdpfihdanaimpiooan
عنوان URL الرسمي https://chromewebstore.google.com/detail/r1-adblocker/mbonhaimbjdhphgdpfihdanaimpiooan
الوصف R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.
حجم الملف 47.31 KB
عدد التثبيتات 901
النسخة الحالية 1.0.4
آخر تحديث 2017-08-14
تاريخ النشر 2017-08-13
تقييم 3.40/5 مجموع تقييمات 5
المطور RefEarnApp
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.r1browser.com/
عنوان صفحة سياسة الخصوصية https://www.refearn.com/privacy-policy.php
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "R1 AdBlocker",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "R1 AdBlocker - Light weight adblocker which blocks most of the ads instantly on almost all of the sites.",
    "icons": {
        "16": "R1Adblocker_19.png",
        "48": "R1Adblocker_48.png",
        "128": "R1Adblocker_19.png"
    },
    "browser_action": {
        "default_title": "R1 AdBlocker",
        "default_icon": "R1Adblocker_19.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "app.js"
            ]
        }
    ]
}