RT DPI evade

Evade Rostelecom DPI ad injection

RT DPI evadeคืออะไร?

RT DPI evade เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zart Software และคุณลักษณะหลักของมันคือ "Evade Rostelecom DPI ad injection"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RT DPI evade

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RT DPI evade RT DPI evade
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"
        ]
    }
}