Incogneo
You've gone incogneo
Wat is Incogneo?
Incogneo is een Chrome-extensie ontwikkeld door DigitalEnki, en de belangrijkste functie is "You've gone incogneo".
Extensie Screenshots
Download het CRX-bestand van de extensie Incogneo
Download Incogneo-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
You've gone incogneo, every time you use an incogneto window you'll be presented with an image of Keanu Reeves, born from r/photoshopbattles & u/ReekyMarko After installing, you'll be prompted to enable Incognito mode - this is required for the extension to function. Inspiration: https://www.reddit.com/r/photoshopbattles/comments/dmblu3/psbattle_incognito_keanu_reeves/f4zskkd/
Basisinformatie over de Extensie
Naam | |
ID | nomcmcdnbphjjcpeaedmdefehncoofgf |
Officiële URL | https://chrome.google.com/webstore/detail/incogneo/nomcmcdnbphjjcpeaedmdefehncoofgf |
Beschrijving | You've gone incogneo |
Bestandsgrootte | 229 KB |
Aantal Installaties | 42 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2019-10-24 |
Publicatiedatum | 2019-10-24 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | DigitalEnki |
Betalingswijze | free |
Extensiewebsite | https://github.com/ChubbyNinja/incogneo-chrome-extension |
Help Pagina-URL | https://github.com/ChubbyNinja/incogneo-chrome-extension/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Incogneo", "version": "1.2", "description": "You've gone incogneo", "manifest_version": 2, "incognito": "split", "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "tabs", "*:\/\/newtab\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |