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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้านโยบายความเป็นส่วนตัว 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"
            ]
        }
    ]
}