Incogneo
You've gone incogneo
What is Incogneo?
Incogneo is a Chrome extension developed by DigitalEnki, and its main feature is "You've gone incogneo".
Extension Screenshots
Download Incogneo Extension CRX File
Download Incogneo 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
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/
Extension Basic Information
Name | |
ID | nomcmcdnbphjjcpeaedmdefehncoofgf |
Official URL | https://chrome.google.com/webstore/detail/incogneo/nomcmcdnbphjjcpeaedmdefehncoofgf |
Description | You've gone incogneo |
File Size | 229 KB |
Installation Count | 42 |
Current Version | 1.2 |
Last Updated | 2019-10-24 |
Publish Date | 2019-10-24 |
Rating | 5.00/5 Total 4 Ratings |
Developer | DigitalEnki |
Payment Type | free |
Extension Website | https://github.com/ChubbyNinja/incogneo-chrome-extension |
Help Page URL | https://github.com/ChubbyNinja/incogneo-chrome-extension/issues |
Supported Languages | 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" } } |