Anti Testportal
Bypass for blur check on testportal.pl(net)
Co to jest Anti Testportal?
Anti Testportal to rozszerzenie Chrome opracowane przez http://szoppracz07.ovh, a jego główną funkcją jest „Bypass for blur check on testportal.pl(net)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Anti Testportal
Pobierz pliki rozszerzeń Anti Testportal w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dpgfbfopkfdfmlfdpmoanamopdnibhkl |
Oficjalny URL | https://chrome.google.com/webstore/detail/anti-testportal/dpgfbfopkfdfmlfdpmoanamopdnibhkl |
Opis | Bypass for blur check on testportal.pl(net) |
Rozmiar pliku | 26.89 KB |
Liczba instalacji | 80,172 |
Aktualna Wersja | 4.2.1 |
Ostatnia Aktualizacja | 2022-01-24 |
Data Publikacji | 2020-06-17 |
Ocena | 4.71/5 Łącznie 95 Oceny |
Deweloper | http://szoppracz07.ovh |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |