Open tab in incognito
This extension will open the current tab in incogntio mode
Wat is Open tab in incognito?
Open tab in incognito is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension will open the current tab in incogntio mode".
Extensie Screenshots
Download het CRX-bestand van de extensie Open tab in incognito
Download Open tab in incognito-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Open tab in incognito |
ID | jphadcnfmefilmapphdlailkfdmdlllc |
Officiële URL | https://chromewebstore.google.com/detail/open-tab-in-incognito/jphadcnfmefilmapphdlailkfdmdlllc |
Beschrijving | This extension will open the current tab in incogntio mode |
Bestandsgrootte | 6 KB |
Aantal Installaties | 55 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-05-02 |
Publicatiedatum | 2020-05-02 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |