Open New Window in Incognito mode (ONWI)
Google chrome extension for open new window in incognito mode.
What is Open New Window in Incognito mode (ONWI)?
Open New Window in Incognito mode (ONWI) is a Chrome extension developed by https://www.x-lab.com.ru, and its main feature is "Google chrome extension for open new window in incognito mode.".
Extension Screenshots
Download Open New Window in Incognito mode (ONWI) Extension CRX File
Download Open New Window in Incognito mode (ONWI) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Плагин, позволяющий открывать новые окна в режиме инкогнито
Extension Basic Information
Name | Open New Window in Incognito mode (ONWI) |
ID | pnabjlpmomajenfpbcogjkghinieadgf |
Official URL | https://chromewebstore.google.com/detail/open-new-window-in-incogn/pnabjlpmomajenfpbcogjkghinieadgf |
Description | Google chrome extension for open new window in incognito mode. |
File Size | 12.58 KB |
Installation Count | 100 |
Current Version | 1.0 |
Last Updated | 2020-03-27 |
Publish Date | 2020-03-24 |
Developer | https://www.x-lab.com.ru |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open New Window in Incognito mode (ONWI)", "version": "1.0", "description": "Google chrome extension for open new window in incognito mode.", "permissions": [ "tabs", "declarativeContent", "storage", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/favicon-16x16.png", "32": "images\/favicon-32x32.png", "48": "images\/favicon-32x32.png", "128": "images\/favicon-128x128.png" } }, "icons": { "16": "images\/favicon-16x16.png", "32": "images\/favicon-32x32.png", "48": "images\/favicon-32x32.png", "128": "images\/favicon-128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.lider-cc.ru\/*", "http:\/\/localhost:9001\/*" ], "all_frames": true, "run_at": "document_idle", "js": [ "content.js" ] } ] } |