RT DPI evade

Evade Rostelecom DPI ad injection

What is RT DPI evade?

RT DPI evade is a Chrome extension developed by Zart Software, and its main feature is "Evade Rostelecom DPI ad injection".

Extension Screenshots

screenshot
screenshot

Download RT DPI evade Extension CRX File

Download RT DPI evade 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

                        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.                    

Extension Basic Information

Name RT DPI evade RT DPI evade
ID glljpjmfmlajokkjcpabaclmjecmlgoo
Official URL https://chromewebstore.google.com/detail/rt-dpi-evade/glljpjmfmlajokkjcpabaclmjecmlgoo
Description Evade Rostelecom DPI ad injection
File Size 8.1 KB
Installation Count 107
Current Version 1.0
Last Updated 2020-10-01
Publish Date 2020-09-30
Rating 5.00/5 Total 1 Ratings
Developer Zart Software
Email [email protected]
Payment Type free
Extension Website https://github.com/zart/webext-rt-dpi-evade
Supported Languages 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"
        ]
    }
}