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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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"
            }
        ]
    }
}