Monster Hunter Meowstress Image Replacer

Simple extension that replaces all images with pictures of meowstress/nekojo/Catalina from Monster Hunter Generations! Don't ask…

Monster Hunter Meowstress Image Replacerคืออะไร?

Monster Hunter Meowstress Image Replacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alec Chen และคุณลักษณะหลักของมันคือ "Simple extension that replaces all images with pictures of meowstress/nekojo/Catalina from Monster Hunter Generations! Don't ask…"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Monster Hunter Meowstress Image Replacer

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

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

                        Simple extension that replaces all images with pictures of meowstress/nekojo/Catalina from Monster Hunter Generations! 

Don't ask why.

Also the images change every second for your epileptic enjoyment! \o/                    

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

ชื่อ Monster Hunter Meowstress Image Replacer Monster Hunter Meowstress Image Replacer
ID pohcnicpibplgpfbakkkpkeblmbbhifh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/monster-hunter-meowstress/pohcnicpibplgpfbakkkpkeblmbbhifh
คำอธิบาย Simple extension that replaces all images with pictures of meowstress/nekojo/Catalina from Monster Hunter Generations! Don't ask…
ขนาดไฟล์ 6.31 MB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2018-08-19
วันที่เผยแพร่ 2018-08-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Alec Chen
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Monster Hunter Meowstress Image Replacer",
    "version": "0.1",
    "web_accessible_resources": [
        "nekojo\/*.jpg",
        "nekojo\/*.png",
        "nekojo\/*.PNG"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "nekojo.js"
            ]
        }
    ]
}