nCena

Replaces 1% of web images with John Cena

什么是nCena?

nCena是由Ash A.开发的Chrome扩展程序,该扩展的主要功能是“Replaces 1% of web images with John Cena”。

扩展截图

screenshot

下载nCena扩展crx文件

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

扩展使用说明

                        Ever wanted to prank someone with those picture-replacement apps such as nCage or nGabe, but didn't want every single picture to be replaced?

Now you can long-term prank someone by only replacing 1% of all images they see, so that they don't suspect an extension is installed, but are still extremely confused when it does occur.                    

扩展基本信息

名称 nCena nCena
ID kdbibdpnfpcddocjlollcjkblilhkkno
官方URL https://chromewebstore.google.com/detail/ncena/kdbibdpnfpcddocjlollcjkblilhkkno
简介 Replaces 1% of web images with John Cena
文件大小 43.68 KB
安装次数 2,596
当前版本 1.01
更新时间 2017-12-31
上架时间 2017-12-30
评分 4.92/5 共12次评分
开发者 Ash A.
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nCena",
    "version": "1.01",
    "manifest_version": 2,
    "description": "Replaces 1% of web images with John Cena",
    "icons": {
        "16": "img\/16.jpg",
        "48": "img\/48.jpg",
        "128": "img\/128.jpg"
    },
    "offline_enabled": false,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/jquery-3.2.1.min.js",
                "src\/ncena.js"
            ]
        }
    ]
}