NicholasCageExtension

This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of…

NicholasCageExtensionคืออะไร?

NicholasCageExtension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AutoClient และคุณลักษณะหลักของมันคือ "This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of…"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย NicholasCageExtension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of Nicholas Cage.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NicholasCageExtension NicholasCageExtension
ID cejbolgkepmpidebjmajgbdiphpaogem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nicholascageextension/cejbolgkepmpidebjmajgbdiphpaogem
คำอธิบาย This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of…
ขนาดไฟล์ 4.1 KB
จำนวนการติดตั้ง 59
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-08-24
วันที่เผยแพร่ 2021-08-24
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา AutoClient
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NicholasCageExtension",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Nicholas Cage"
    }
}