RT DPI evade

Evade Rostelecom DPI ad injection

RT DPI evade क्या है?

RT DPI evade Zart Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Evade Rostelecom DPI ad injection"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RT DPI evade एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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