Anti Testportal
Bypass for blur check on testportal.pl(net)
Anti Testportal là gì?
Anti Testportal là một tiện ích mở rộng Chrome được phát triển bởi http://szoppracz07.ovh, và tính năng chính của nó là "Bypass for blur check on testportal.pl(net)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Anti Testportal
Tải xuống các tệp mở rộng Anti Testportal dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dpgfbfopkfdfmlfdpmoanamopdnibhkl |
URL Chính Thức | https://chrome.google.com/webstore/detail/anti-testportal/dpgfbfopkfdfmlfdpmoanamopdnibhkl |
Mô tả | Bypass for blur check on testportal.pl(net) |
Kích Thước Tệp | 26.89 KB |
Số Lần Cài Đặt | 80,172 |
Phiên Bản Hiện Tại | 4.2.1 |
Cập Nhật Lần Cuối | 2022-01-24 |
Ngày Phát Hành | 2020-06-17 |
Đánh Giá | 4.71/5 Tổng số 95 Đánh Giá |
Nhà Phát Triển | http://szoppracz07.ovh |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |