RT DPI evade
Evade Rostelecom DPI ad injection
Vad är RT DPI evade?
RT DPI evade är en Chrome-tillägg utvecklad av Zart Software, och dess huvudfunktion är "Evade Rostelecom DPI ad injection".
Tilläggsskärmbilder
Ladda ner RT DPI evade-förlängningens CRX-fil
Ladda ner RT DPI evade-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | glljpjmfmlajokkjcpabaclmjecmlgoo |
Officiell webbadress | https://chromewebstore.google.com/detail/rt-dpi-evade/glljpjmfmlajokkjcpabaclmjecmlgoo |
Beskrivning | Evade Rostelecom DPI ad injection |
Filstorlek | 8.1 KB |
Antal Installationer | 107 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-10-01 |
Publiceringsdatum | 2020-09-30 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Zart Software |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/zart/webext-rt-dpi-evade |
Stödda Språk | 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" ] } } |