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"
            ]
        }
    ]
}