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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |