One True God
Show your devotion to the Lord
Apa itu One True God?
One True God adalah ekstensi Chrome yang dikembangkan oleh dsurujon, dan fitur utamanya adalah "Show your devotion to the Lord".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi One True God
Unduh file ekstensi One True God dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Replaces all occurrences of the name of the powerful deity, our one and only Lord, Nicolas Cage, with His appropriate title.
Informasi Dasar Ekstensi
Nama | |
ID | nnajkegpepmlenifnoffllhbejoefbij |
URL Resmi | https://chrome.google.com/webstore/detail/one-true-god/nnajkegpepmlenifnoffllhbejoefbij |
Deskripsi | Show your devotion to the Lord |
Ukuran File | 26.05 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2015-03-15 |
Tanggal Publikasi | 2015-03-15 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | dsurujon |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |