One True God
Show your devotion to the Lord
Co to jest One True God?
One True God to rozszerzenie Chrome opracowane przez dsurujon, a jego główną funkcją jest „Show your devotion to the Lord”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia One True God
Pobierz pliki rozszerzeń One True God w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Replaces all occurrences of the name of the powerful deity, our one and only Lord, Nicolas Cage, with His appropriate title.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nnajkegpepmlenifnoffllhbejoefbij |
Oficjalny URL | https://chrome.google.com/webstore/detail/one-true-god/nnajkegpepmlenifnoffllhbejoefbij |
Opis | Show your devotion to the Lord |
Rozmiar pliku | 26.05 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2015-03-15 |
Data Publikacji | 2015-03-15 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | dsurujon |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |