Anti Testportal
Bypass for blur check on testportal.pl(net)
Qu'est-ce que Anti Testportal ?
Anti Testportal est une extension Chrome développée par http://szoppracz07.ovh, et sa fonction principale est "Bypass for blur check on testportal.pl(net)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Anti Testportal
Téléchargez les fichiers d'extension Anti Testportal au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | dpgfbfopkfdfmlfdpmoanamopdnibhkl |
URL Officiel | https://chrome.google.com/webstore/detail/anti-testportal/dpgfbfopkfdfmlfdpmoanamopdnibhkl |
Description | Bypass for blur check on testportal.pl(net) |
Taille du Fichier | 26.89 KB |
Nombre d'Installations | 80,172 |
Version Actuelle | 4.2.1 |
Dernière Mise à Jour | 2022-01-24 |
Date de Publication | 2020-06-17 |
Évaluation | 4.71/5 Total 95 Évaluations |
Développeur | http://szoppracz07.ovh |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |