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 |
官方網址 | 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" ] } } |