Incogneo
You've gone incogneo
Qu'est-ce que Incogneo ?
Incogneo est une extension Chrome développée par DigitalEnki, et sa fonction principale est "You've gone incogneo".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Incogneo
Téléchargez les fichiers d'extension Incogneo 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
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/
Informations de Base sur l'Extension
Nom | |
ID | nomcmcdnbphjjcpeaedmdefehncoofgf |
URL Officiel | https://chrome.google.com/webstore/detail/incogneo/nomcmcdnbphjjcpeaedmdefehncoofgf |
Description | You've gone incogneo |
Taille du Fichier | 229 KB |
Nombre d'Installations | 42 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2019-10-24 |
Date de Publication | 2019-10-24 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | DigitalEnki |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ChubbyNinja/incogneo-chrome-extension |
URL de la Page d'Aide | https://github.com/ChubbyNinja/incogneo-chrome-extension/issues |
Langues Prises en Charge | 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" } } |