Adblocker for Dzen.ru
Skips video ads and blocks banners on Dzen.ru
Cos'è Adblocker for Dzen.ru?
Adblocker for Dzen.ru è un'estensione di Chrome sviluppata da Catty, e la sua funzione principale è "Skips video ads and blocks banners on Dzen.ru".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Adblocker for Dzen.ru
Scarica i file di estensione Adblocker for Dzen.ru in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ghdpjmahfjbjnfpcmbgjmkfjamfmnaii |
| URL Ufficiale | https://chromewebstore.google.com/detail/adblocker-for-dzenru/ghdpjmahfjbjnfpcmbgjmkfjamfmnaii |
| Descrizione | Skips video ads and blocks banners on Dzen.ru |
| Dimensione del File | 12.62 KB |
| Conteggio Installazioni | 475 |
| Versione Corrente | 1.3.2 |
| Ultimo Aggiornamento | 2024-01-31 |
| Data di Pubblicazione | 2023-11-02 |
| Valutazione | 4.00/5 Totale 7 Valutazioni |
| Sviluppatore | Catty |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://docs.google.com/document/d/1Vc6HyLldvQPMrstU2NTpiyapmwbuAA_FTViV0QkP1D8/edit |
| Lingue Supportate | 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"
}
]
}
} | |