Anti Testportal
Bypass for blur check on testportal.pl(net)
Anti Testportal क्या है?
Anti Testportal http://szoppracz07.ovh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bypass for blur check on testportal.pl(net)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Anti Testportal एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |