Open New Window in Incognito mode (ONWI)
Google chrome extension for open new window in incognito mode.
Qu'est-ce que Open New Window in Incognito mode (ONWI) ?
Open New Window in Incognito mode (ONWI) est une extension Chrome développée par https://www.x-lab.com.ru, et sa fonction principale est "Google chrome extension for open new window in incognito mode.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open New Window in Incognito mode (ONWI)
Téléchargez les fichiers d'extension Open New Window in Incognito mode (ONWI) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Плагин, позволяющий открывать новые окна в режиме инкогнито
Informations de Base sur l'Extension
Nom | Open New Window in Incognito mode (ONWI) |
ID | pnabjlpmomajenfpbcogjkghinieadgf |
URL Officiel | https://chromewebstore.google.com/detail/open-new-window-in-incogn/pnabjlpmomajenfpbcogjkghinieadgf |
Description | Google chrome extension for open new window in incognito mode. |
Taille du Fichier | 12.58 KB |
Nombre d'Installations | 100 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-03-27 |
Date de Publication | 2020-03-24 |
Développeur | https://www.x-lab.com.ru |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |