Adblocker for Dzen.ru
Skips video ads and blocks banners on Dzen.ru
What is Adblocker for Dzen.ru?
Adblocker for Dzen.ru is a Chrome extension developed by Catty, and its main feature is "Skips video ads and blocks banners on Dzen.ru".
Extension Screenshots
Download Adblocker for Dzen.ru Extension CRX File
Download Adblocker for Dzen.ru extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Adblocker for Dzen.ru |
ID | ghdpjmahfjbjnfpcmbgjmkfjamfmnaii |
Official URL | https://chromewebstore.google.com/detail/adblocker-for-dzenru/ghdpjmahfjbjnfpcmbgjmkfjamfmnaii |
Description | Skips video ads and blocks banners on Dzen.ru |
File Size | 12.62 KB |
Installation Count | 475 |
Current Version | 1.3.2 |
Last Updated | 2024-01-31 |
Publish Date | 2023-11-02 |
Rating | 4.00/5 Total 7 Ratings |
Developer | Catty |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://docs.google.com/document/d/1Vc6HyLldvQPMrstU2NTpiyapmwbuAA_FTViV0QkP1D8/edit |
Supported Languages | 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" } ] } } |