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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}