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
官方網址 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"
            ]
        }
    ]
}