Adblock by RoundRobin

Block ads and protect your privacy online.

Adblock by RoundRobinคืออะไร?

Adblock by RoundRobin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://roundrobin.com และคุณลักษณะหลักของมันคือ "Block ads and protect your privacy online."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adblock by RoundRobin

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

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

                        Hate ads online? We do too.

Adblock by RoundRobin is the easiest way to block ads and trackers.

Stop advertisers and big tech companies from targeting your data while you browse. 

Automatically stop Facebook ads from following you around. No more annoying Youtube ads interrupting your videos. Say goodbye to pop-ups ads and banner ads. 

Our one-click setup means no fussing with complicated settings. Install Adblock by RoundRobin and you’ll forget internet ads even existed. 

RoundRobin designed Adblock to to be *easy to use* for anyone. No IT degree needed. 

Best of all, Adblock by RoundRobin is free to use.                    

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

ชื่อ Adblock by RoundRobin Adblock by RoundRobin
ID ocopecgobfjohhodmnoigchmjomfolek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adblock-by-roundrobin/ocopecgobfjohhodmnoigchmjomfolek
คำอธิบาย Block ads and protect your privacy online.
ขนาดไฟล์ 2.43 MB
จำนวนการติดตั้ง 668
เวอร์ชันปัจจุบัน 1.0.9
อัปเดตครั้งล่าสุด 2023-03-12
วันที่เผยแพร่ 2021-04-28
คะแนน 4.71/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://roundrobin.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://roundrobin.com/adblock
URL หน้าช่วยเหลือ https://roundrobin.com/adblock
URL หน้านโยบายความเป็นส่วนตัว https://roundrobin.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Chris Young ([email protected])",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png"
        },
        "default_popup": "popup-roundrobin.html",
        "default_title": "Adblock by RoundRobin"
    },
    "commands": [],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/vapi.js",
                "\/js\/vapi-client.js",
                "\/js\/contentscript.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "\/js\/scriptlets\/subscriber.js"
            ],
            "matches": [
                "https:\/\/easylist.to\/*",
                "https:\/\/*.fanboy.co.nz\/*",
                "https:\/\/filterlists.com\/*",
                "https:\/\/forums.lanik.us\/*",
                "https:\/\/github.com\/*",
                "https:\/\/*.github.io\/*",
                "https:\/\/*.letsblock.it\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "Block ads and protect your privacy online.",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "64": "img\/icon_64.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "73.0",
    "name": "Adblock by RoundRobin",
    "permissions": [
        "contextMenus",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "Adblock by RoundRobin",
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "version": "1.0.9",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}