Adblocker for Dzen.ru

Skips video ads and blocks banners on Dzen.ru

什麼是Adblocker for Dzen.ru?

Adblocker for Dzen.ru是由Catty開發的Chrome擴展程式,該擴展的主要功能是“Skips video ads and blocks banners on Dzen.ru”。

擴展截圖

screenshot

下載Adblocker for Dzen.ru擴展crx文件

下載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
官方網址 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"
            }
        ]
    }
}