Anti Testportal
Bypass for blur check on testportal.pl(net)
Что такое Anti Testportal?
Anti Testportal - это расширение Chrome, разработанное http://szoppracz07.ovh, и его основная функция - "Bypass for blur check on testportal.pl(net)".
Снимки экрана расширения
Скачать файл CRX расширения Anti Testportal
Скачайте файлы расширений Anti Testportal в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | |
ID | dpgfbfopkfdfmlfdpmoanamopdnibhkl |
Официальный URL | https://chrome.google.com/webstore/detail/anti-testportal/dpgfbfopkfdfmlfdpmoanamopdnibhkl |
Описание | Bypass for blur check on testportal.pl(net) |
Размер файла | 26.89 KB |
Количество установок | 80,172 |
Текущая Версия | 4.2.1 |
Последнее Обновление | 2022-01-24 |
Дата публикации | 2020-06-17 |
Рейтинг | 4.71/5 Всего 95 оценок |
Разработчик | http://szoppracz07.ovh |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |