RR Adblocker

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

什麼是RR Adblocker?

RR Adblocker是由Rutuj Runwal開發的Chrome擴展程式,該擴展的主要功能是“Rutuj Runwal's Adblocker blocks ads and trackers to make your web surfing faster and safer.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載RR Adblocker擴展crx文件

下載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
官方網址 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
}