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 |
官方網址 | 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" } } |