Ward to Beardy McTraitorson

Replaces the text 'Ward' with 'Beardy McTraitorson'.

Ward to Beardy McTraitorsonคืออะไร?

Ward to Beardy McTraitorson เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew และคุณลักษณะหลักของมันคือ "Replaces the text 'Ward' with 'Beardy McTraitorson'."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ward to Beardy McTraitorson

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

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

                        Replaces "Ward" with "Beardy McTraitorson"

Uses panicsteve's cloud-to-butt code: https://github.com/panicsteve/cloud-to-butt                    

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

ชื่อ Ward to Beardy McTraitorson Ward to Beardy McTraitorson
ID eeiloalhakajfbkokmlmlmkdbcidinfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ward-to-beardy-mctraitors/eeiloalhakajfbkokmlmlmkdbcidinfd
คำอธิบาย Replaces the text 'Ward' with 'Beardy McTraitorson'.
ขนาดไฟล์ 3.36 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-09-25
วันที่เผยแพร่ 2014-09-25
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Andrew
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ward to Beardy McTraitorson",
    "version": "1.0",
    "description": "Replaces the text 'Ward' with 'Beardy McTraitorson'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}