RR Adblocker

Rutuj Runwal's Adblocker blocks ads and trackers to make your web surfing faster and safer.

RR Adblockerคืออะไร?

RR Adblocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rutuj Runwal และคุณลักษณะหลักของมันคือ "Rutuj Runwal's Adblocker blocks ads and trackers to make your web surfing faster and safer."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RR Adblocker

ดาวน์โหลดไฟล์ส่วนขยาย RR Adblocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        RR Adblocker is a free and effective adblocker for you!
Browse faster and safer🏆
Lightweight, Robust and Open-Source⚡

Features✨
- Blocks Adverts
- Blocks major Tracking Networks
- Malware Protection

It is the only adblocker you'll ever need! 
With low CPU usage and advanced protection features, it keeps annoying ads and trackers at bay.

Benefits of ad blocking
Improved Browsing Speeds
Faster Content Loading
Limits Unnecessary Distractions
Decreases Bandwidth Consumption

Free.
Open source with public license (GPLv3)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RR Adblocker RR Adblocker
ID chnhdkklhnokmmcklomnlcmcdbdiaemp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rr-adblocker/chnhdkklhnokmmcklomnlcmcdbdiaemp
คำอธิบาย Rutuj Runwal's Adblocker blocks ads and trackers to make your web surfing faster and safer.
ขนาดไฟล์ 905 KB
จำนวนการติดตั้ง 428
เวอร์ชันปัจจุบัน 0.1.8
อัปเดตครั้งล่าสุด 2023-10-09
วันที่เผยแพร่ 2022-06-08
คะแนน 4.39/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา Rutuj Runwal
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://rutuj-runwal.github.io/RRAdblocker/
ภาษาที่รองรับ id,de,en,es-419,pt-BR,pt-PT,ro,mr,hi,bn,gu,te,kn-IN,ml
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.8",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "declarativeNetRequest",
        "storage",
        "declarativeNetRequestFeedback"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "blockLIST",
                "enabled": true,
                "path": "\/rules\/default.json"
            },
            {
                "id": "advLIST",
                "enabled": false,
                "path": "\/rules\/adv.json"
            },
            {
                "id": "antiprnLIST",
                "enabled": false,
                "path": "\/rules\/antiprn.json"
            },
            {
                "id": "suspLIST",
                "enabled": false,
                "path": "\/rules\/susp.json"
            },
            {
                "id": "antitrackLIST",
                "enabled": false,
                "path": "\/rules\/antitrack.json"
            }
        ]
    },
    "icons": {
        "48": ".\/icons\/ad48.png",
        "64": ".\/icons\/ad64.png"
    },
    "content_scripts": [
        {
            "js": [
                "yt_blocks.js",
                "content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "Popup.html",
        "default_title": "RR Adblocker"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "manifest_version": 3
}