Anti Testportal
Bypass for blur check on testportal.pl(net)
Anti Testportal란 무엇입니까?
Anti Testportal은(는) http://szoppracz07.ovh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bypass for blur check on testportal.pl(net)"입니다.
확장 프로그램 스크린샷
Anti Testportal 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |