Adblocker for Dzen.ru
Skips video ads and blocks banners on Dzen.ru
Wat is Adblocker for Dzen.ru?
Adblocker for Dzen.ru is een Chrome-extensie ontwikkeld door Catty, en de belangrijkste functie is "Skips video ads and blocks banners on Dzen.ru".
Extensie Screenshots
Download het CRX-bestand van de extensie Adblocker for Dzen.ru
Download Adblocker for Dzen.ru-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Adblocker for Dzen.ru |
ID | ghdpjmahfjbjnfpcmbgjmkfjamfmnaii |
Officiële URL | https://chromewebstore.google.com/detail/adblocker-for-dzenru/ghdpjmahfjbjnfpcmbgjmkfjamfmnaii |
Beschrijving | Skips video ads and blocks banners on Dzen.ru |
Bestandsgrootte | 12.62 KB |
Aantal Installaties | 475 |
Huidige Versie | 1.3.2 |
Laatst Bijgewerkt | 2024-01-31 |
Publicatiedatum | 2023-11-02 |
Beoordeling | 4.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Catty |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://docs.google.com/document/d/1Vc6HyLldvQPMrstU2NTpiyapmwbuAA_FTViV0QkP1D8/edit |
Ondersteunde Talen | 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" } ] } } |