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ファイルをダウンロード
Anti Testportal拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |