RT DPI evade
Evade Rostelecom DPI ad injection
Wat is RT DPI evade?
RT DPI evade is een Chrome-extensie ontwikkeld door Zart Software, en de belangrijkste functie is "Evade Rostelecom DPI ad injection".
Extensie Screenshots
Download het CRX-bestand van de extensie RT DPI evade
Download RT DPI evade-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
Extension that evade Rostelecom's attempts to inject advertisments into random javascript code over insecure connections. It does so by appending "?" to the *.js urls if they don't use query params.This causes RT's DPI engine to skip such an url.
Basisinformatie over de Extensie
Naam | |
ID | glljpjmfmlajokkjcpabaclmjecmlgoo |
Officiële URL | https://chromewebstore.google.com/detail/rt-dpi-evade/glljpjmfmlajokkjcpabaclmjecmlgoo |
Beschrijving | Evade Rostelecom DPI ad injection |
Bestandsgrootte | 8.1 KB |
Aantal Installaties | 107 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-10-01 |
Publicatiedatum | 2020-09-30 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Zart Software |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/zart/webext-rt-dpi-evade |
Ondersteunde Talen | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "__MSG_name__", "short_name": "__MSG_short_name__", "description": "__MSG_description__", "icons": { "128": "icon.png" }, "default_locale": "en", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*.js" ], "background": { "scripts": [ "background.js" ] } } |