nCena

Replaces 1% of web images with John Cena

nCenaคืออะไร?

nCena เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ash A. และคุณลักษณะหลักของมันคือ "Replaces 1% of web images with John Cena"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย nCena

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}