Pyrocynical Fix

Replaces all instances of "Pyrocynical" with Leafy Clone.

Pyrocynical Fixคืออะไร?

Pyrocynical Fix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย boynedmaster และคุณลักษณะหลักของมันคือ "Replaces all instances of "Pyrocynical" with Leafy Clone."

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

screenshot

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

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

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

                        Replaces every instance of "Pyrocynical" with Leafy Clone, because that's what he is.                    

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

ชื่อ Pyrocynical Fix Pyrocynical Fix
ID ffmibhfbhdghkcgccbhnofdnfjnfbefn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pyrocynical-fix/ffmibhfbhdghkcgccbhnofdnfjnfbefn
คำอธิบาย Replaces all instances of "Pyrocynical" with Leafy Clone.
ขนาดไฟล์ 50.28 KB
จำนวนการติดตั้ง 110
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2016-03-11
วันที่เผยแพร่ 2016-03-10
คะแนน 4.82/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา boynedmaster
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pyrocynical Fix",
    "description": "Replaces all instances of \"Pyrocynical\" with Leafy Clone.",
    "version": "1.0.3",
    "permissions": [
        ""
    ],
    "icons": {
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bg.js"
            ]
        }
    ]
}