One True God

Show your devotion to the Lord

什么是One True God?

One True God是由dsurujon开发的Chrome扩展程序,该扩展的主要功能是“Show your devotion to the Lord”。

扩展截图

screenshot
screenshot

下载One True God扩展crx文件

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