Open tab in incognito
This extension will open the current tab in incogntio mode
What is Open tab in incognito?
Open tab in incognito is a Chrome extension developed by Unknown, and its main feature is "This extension will open the current tab in incogntio mode".
Extension Screenshots
Download Open tab in incognito Extension CRX File
Download Open tab in incognito 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
This extension will open the current tab in incogntio mode This tool will help anyone from standard users to developers. Ever run out of article limits? Open in a incognito window! Ever had issues with caching? Open in a incognito window! Ever started some secret shopping and wanted to open the item quickly and without anyone knowing? Open in a incognito window!
Extension Basic Information
Name | Open tab in incognito |
ID | jphadcnfmefilmapphdlailkfdmdlllc |
Official URL | https://chromewebstore.google.com/detail/open-tab-in-incognito/jphadcnfmefilmapphdlailkfdmdlllc |
Description | This extension will open the current tab in incogntio mode |
File Size | 6 KB |
Installation Count | 55 |
Current Version | 1.0 |
Last Updated | 2020-05-02 |
Publish Date | 2020-05-02 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open tab in incognito", "description": "This extension will open the current tab in incogntio mode", "version": "1.0", "background": { "scripts": [ "popup.js" ] }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "tabs" ] } |