One True God

Show your devotion to the Lord

One True Godคืออะไร?

One True God เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dsurujon และคุณลักษณะหลักของมันคือ "Show your devotion to the Lord"

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

screenshot
screenshot

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

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

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

                        Replaces all occurrences of the name of the powerful deity, our one and only Lord, Nicolas Cage, with His appropriate title.                    

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

ชื่อ One True God One True God
ID nnajkegpepmlenifnoffllhbejoefbij
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/one-true-god/nnajkegpepmlenifnoffllhbejoefbij
คำอธิบาย Show your devotion to the Lord
ขนาดไฟล์ 26.05 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2015-03-15
วันที่เผยแพร่ 2015-03-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา dsurujon
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One True God",
    "version": "0.3",
    "permissions": [
        "http:\/\/*\/*"
    ],
    "description": "Show your devotion to the Lord",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "replace.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "16": "nick16.png",
        "128": "nick128.png"
    }
}