RT DPI evade

RT DPI evade

Evade Rostelecom DPI ad injection

Merlin
Additional files are visible only to premium users

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"
    ]
  }
}