Incogneo

You've gone incogneo

什么是Incogneo?

Incogneo是由DigitalEnki开发的Chrome扩展程序,该扩展的主要功能是“You've gone incogneo”。

扩展截图

screenshot
screenshot

下载Incogneo扩展crx文件

下载Incogneo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 Incogneo Incogneo
ID nomcmcdnbphjjcpeaedmdefehncoofgf
官方URL https://chrome.google.com/webstore/detail/incogneo/nomcmcdnbphjjcpeaedmdefehncoofgf
简介 You've gone incogneo
文件大小 229 KB
安装次数 42
当前版本 1.2
更新时间 2019-10-24
上架时间 2019-10-24
评分 5.00/5 共4次评分
开发者 DigitalEnki
付费类型 free
扩展官网 https://github.com/ChubbyNinja/incogneo-chrome-extension
帮助页面URL https://github.com/ChubbyNinja/incogneo-chrome-extension/issues
支持的语言 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"
    }
}