Adblocker for Dzen.ru

Skips video ads and blocks banners on Dzen.ru

Adblocker for Dzen.ruคืออะไร?

Adblocker for Dzen.ru เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Catty และคุณลักษณะหลักของมันคือ "Skips video ads and blocks banners on Dzen.ru"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adblocker for Dzen.ru

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

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

                        Adblocker for Dzen.ru features:
- Automatically clicks the 'Skip Ad' button on videos.
- Blocks banners
- Blocks background advertising and tracking requests

This is an unofficial, non-commercial extension for Dzen.ru. The authors are not affiliated with VK PLC company.                    

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

ชื่อ Adblocker for Dzen.ru Adblocker for Dzen.ru
ID ghdpjmahfjbjnfpcmbgjmkfjamfmnaii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adblocker-for-dzenru/ghdpjmahfjbjnfpcmbgjmkfjamfmnaii
คำอธิบาย Skips video ads and blocks banners on Dzen.ru
ขนาดไฟล์ 12.62 KB
จำนวนการติดตั้ง 475
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2024-01-31
วันที่เผยแพร่ 2023-11-02
คะแนน 4.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Catty
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1Vc6HyLldvQPMrstU2NTpiyapmwbuAA_FTViV0QkP1D8/edit
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.3.2",
    "default_locale": "ru",
    "description": "__MSG_description__",
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.dzen.ru\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png"
        }
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}