nCena

Replaces 1% of web images with John Cena

nCena là gì?

nCena là một tiện ích mở rộng Chrome được phát triển bởi Ash A., và tính năng chính của nó là "Replaces 1% of web images with John Cena".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng nCena

Tải xuống các tệp mở rộng nCena dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên nCena nCena
ID kdbibdpnfpcddocjlollcjkblilhkkno
URL Chính Thức https://chromewebstore.google.com/detail/ncena/kdbibdpnfpcddocjlollcjkblilhkkno
Mô tả Replaces 1% of web images with John Cena
Kích Thước Tệp 43.68 KB
Số Lần Cài Đặt 2,596
Phiên Bản Hiện Tại 1.01
Cập Nhật Lần Cuối 2017-12-31
Ngày Phát Hành 2017-12-30
Đánh Giá 4.92/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Ash A.
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}