RT DPI evade
Evade Rostelecom DPI ad injection
什么是RT DPI evade?
RT DPI evade是由Zart Software开发的Chrome扩展程序,该扩展的主要功能是“Evade Rostelecom DPI ad injection”。
扩展截图
下载RT DPI evade扩展crx文件
下载RT DPI evade扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | glljpjmfmlajokkjcpabaclmjecmlgoo |
官方URL | https://chromewebstore.google.com/detail/rt-dpi-evade/glljpjmfmlajokkjcpabaclmjecmlgoo |
简介 | Evade Rostelecom DPI ad injection |
文件大小 | 8.1 KB |
安装次数 | 107 |
当前版本 | 1.0 |
更新时间 | 2020-10-01 |
上架时间 | 2020-09-30 |
评分 | 5.00/5 共1次评分 |
开发者 | Zart Software |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/zart/webext-rt-dpi-evade |
支持的语言 | 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" ] } } |