RT DPI evade
Evade Rostelecom DPI ad injection
RT DPI evade là gì?
RT DPI evade là một tiện ích mở rộng Chrome được phát triển bởi Zart Software, và tính năng chính của nó là "Evade Rostelecom DPI ad injection".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RT DPI evade
Tải xuống các tệp mở rộng RT DPI evade dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | glljpjmfmlajokkjcpabaclmjecmlgoo |
URL Chính Thức | https://chromewebstore.google.com/detail/rt-dpi-evade/glljpjmfmlajokkjcpabaclmjecmlgoo |
Mô tả | Evade Rostelecom DPI ad injection |
Kích Thước Tệp | 8.1 KB |
Số Lần Cài Đặt | 107 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-10-01 |
Ngày Phát Hành | 2020-09-30 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Zart Software |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/zart/webext-rt-dpi-evade |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |