Nicolas Cage Replacer

Replaces all images on all pages to Nicolas Cage.

Nicolas Cage Replacerคืออะไร?

Nicolas Cage Replacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sorackb และคุณลักษณะหลักของมันคือ "Replaces all images on all pages to Nicolas Cage."

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

screenshot

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

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

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

                        Replaces all images on all pages to Nicolas Cage images.                    

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

ชื่อ Nicolas Cage Replacer Nicolas Cage Replacer
ID ggognilmkpjemcpjoaohmjljbonbgcgh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/nicolas-cage-replacer/ggognilmkpjemcpjoaohmjljbonbgcgh
คำอธิบาย Replaces all images on all pages to Nicolas Cage.
ขนาดไฟล์ 39.48 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-04-09
วันที่เผยแพร่ 2019-04-08
คะแนน 4.53/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา sorackb
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "niccage",
    "name": "Nicolas Cage Replacer",
    "description": "Replaces all images on all pages to Nicolas Cage.",
    "version": "1.0",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "content.js",
        "data.js"
    ]
}