One True God
Show your devotion to the Lord
One True Godとは何ですか?
One True Godはdsurujonによって開発されたChromeの拡張機能で、その主な機能は「Show your devotion to the Lord」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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" } } |