Anti Testportal
Bypass for blur check on testportal.pl(net)
Was ist Anti Testportal?
Anti Testportal ist eine Chrome-Erweiterung, die von http://szoppracz07.ovh entwickelt wurde, und ihr Hauptmerkmal ist "Bypass for blur check on testportal.pl(net)".
Erweiterungsscreenshots
Anti Testportal-Erweiterungs-CRX-Datei herunterladen
Laden Sie Anti Testportal-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The code is made by Lummit, and I'm just sharing it here! https://github.com/Lumm1t/anti-testportal Minimalistic Chrome extension - bypass for blur check on testportal.pl(net). 🈹🐀💥 Changing pages will not display a warning about leaving the page. Join our Discord! https://discord.gg/HPecVXeQrF
Grundlegende Informationen zur Erweiterung
Name | |
ID | dpgfbfopkfdfmlfdpmoanamopdnibhkl |
Offizielle URL | https://chrome.google.com/webstore/detail/anti-testportal/dpgfbfopkfdfmlfdpmoanamopdnibhkl |
Beschreibung | Bypass for blur check on testportal.pl(net) |
Dateigröße | 26.89 KB |
Installationsanzahl | 80,172 |
Aktuelle Version | 4.2.1 |
Letztes Update | 2022-01-24 |
Veröffentlichungsdatum | 2020-06-17 |
Bewertung | 4.71/5 Insgesamt 95 Bewertungen |
Entwickler | http://szoppracz07.ovh |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anti Testportal", "description": "Bypass for blur check on testportal.pl(net)", "version": "4.2.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*.testportal.pl\/*", "https:\/\/*.testportal.net\/*" ], "js": [ "bypass\/bypass.js" ], "all_frames": true } ], "web_accessible_resources": [ "popup\/overlay.js" ], "browser_action": { "default_popup": "popup\/index.html" }, "background": { "scripts": [ "discordinvite.js" ], "persistent": false }, "icons": { "16": "icons\/antitestportal16.png", "32": "icons\/antitestportal32.png", "48": "icons\/antitestportal48.png", "128": "icons\/antitestportal128.png" } } |