Poland Visa App
Poland Visa Appointment System
什麼是Poland Visa App?
Poland Visa App是由etokenapp開發的Chrome擴展程式,該擴展的主要功能是“Poland Visa Appointment System”。
擴展截圖
下載Poland Visa App擴展crx文件
下載Poland Visa App擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easily switch proxy and solve captcha for each proxy 擴展基本資訊
| 名稱 | |
| ID | ehglahpiegfhpbgkinjibmfejkhljonc |
| 官方網址 | https://chromewebstore.google.com/detail/poland-visa-app/ehglahpiegfhpbgkinjibmfejkhljonc |
| 簡介 | Poland Visa Appointment System |
| 檔案大小 | 391 KB |
| 安裝次數 | 38 |
| 目前版本 | 2.0.4 |
| 更新時間 | 2019-08-29 |
| 上架時間 | 2019-08-28 |
| 開發者 | etokenapp |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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"
}
}
} | |