Incogneo

You've gone incogneo

Vad är Incogneo?

Incogneo är en Chrome-tillägg utvecklad av DigitalEnki, och dess huvudfunktion är "You've gone incogneo".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Incogneo-förlängningens CRX-fil

Ladda ner Incogneo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn Incogneo Incogneo
ID nomcmcdnbphjjcpeaedmdefehncoofgf
Officiell webbadress https://chrome.google.com/webstore/detail/incogneo/nomcmcdnbphjjcpeaedmdefehncoofgf
Beskrivning You've gone incogneo
Filstorlek 229 KB
Antal Installationer 42
Aktuell Version 1.2
Senast Uppdaterad 2019-10-24
Publiceringsdatum 2019-10-24
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare DigitalEnki
Betalningssätt free
Tilläggswebbplats https://github.com/ChubbyNinja/incogneo-chrome-extension
Hjälpsida URL https://github.com/ChubbyNinja/incogneo-chrome-extension/issues
Stödda Språk 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"
    }
}