One True God

Show your devotion to the Lord

One True God क्या है?

One True God dsurujon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show your devotion to the Lord"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में One True God एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}