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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
            }
        ]
    }
}