Poland Visa App
Poland Visa Appointment System
Was ist Poland Visa App?
Poland Visa App ist eine Chrome-Erweiterung, die von etokenapp entwickelt wurde, und ihr Hauptmerkmal ist "Poland Visa Appointment System".
Erweiterungsscreenshots
Poland Visa App-Erweiterungs-CRX-Datei herunterladen
Laden Sie Poland Visa App-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Easily switch proxy and solve captcha for each proxy
Grundlegende Informationen zur Erweiterung
Name | Poland Visa App |
ID | ehglahpiegfhpbgkinjibmfejkhljonc |
Offizielle URL | https://chromewebstore.google.com/detail/poland-visa-app/ehglahpiegfhpbgkinjibmfejkhljonc |
Beschreibung | Poland Visa Appointment System |
Dateigröße | 391 KB |
Installationsanzahl | 38 |
Aktuelle Version | 2.0.4 |
Letztes Update | 2019-08-29 |
Veröffentlichungsdatum | 2019-08-28 |
Entwickler | etokenapp |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Poland Visa App", "version": "2.0.4", "author": "sinabd2", "description": "Poland Visa Appointment System", "icons": { "200": "icons\/p.png" }, "permissions": [ "proxy", "storage", "cookies", "https:\/\/secure2.e-konsulat.gov.pl\/", "http:\/\/etoken.etokenapp.com\/", "tabs", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/p.png", "default_title": "Poland Visa App", "default_popup": "settings.htm" }, "options_ui": { "page": "settings.htm", "open_in_tab": true }, "commands": { "next_proxy": { "suggested_key": { "default": "Alt+1" }, "description": "Next Proxy" }, "print_proxy": { "suggested_key": { "default": "Alt+2" }, "description": "Print Proxy" }, "submit_form": { "suggested_key": { "default": "Alt+A" }, "description": "Submit Form" }, "reload_page": { "suggested_key": { "default": "Alt+X" }, "description": "Delete Cookie and Reload Page" } } } |