Adblocker for Dzen.ru

Skips video ads and blocks banners on Dzen.ru

Apa itu Adblocker for Dzen.ru?

Adblocker for Dzen.ru adalah ekstensi Chrome yang dikembangkan oleh Catty, dan fitur utamanya adalah "Skips video ads and blocks banners on Dzen.ru".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Adblocker for Dzen.ru

Unduh file ekstensi Adblocker for Dzen.ru dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Adblocker for Dzen.ru Adblocker for Dzen.ru
ID ghdpjmahfjbjnfpcmbgjmkfjamfmnaii
URL Resmi https://chromewebstore.google.com/detail/adblocker-for-dzenru/ghdpjmahfjbjnfpcmbgjmkfjamfmnaii
Deskripsi Skips video ads and blocks banners on Dzen.ru
Ukuran File 12.62 KB
Jumlah Instalasi 475
Versi Saat Ini 1.3.2
Terakhir Diperbarui 2024-01-31
Tanggal Publikasi 2023-11-02
Penilaian 4.00/5 Total 7 Penilaian
Pengembang Catty
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://docs.google.com/document/d/1Vc6HyLldvQPMrstU2NTpiyapmwbuAA_FTViV0QkP1D8/edit
Bahasa yang Didukung 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"
            }
        ]
    }
}