Nicolas Cage
Replaces "God" with "Nicolas Cage." May your Mountain Dew be sweet!
Vad är Nicolas Cage?
Nicolas Cage är en Chrome-tillägg utvecklad av dmos, och dess huvudfunktion är "Replaces "God" with "Nicolas Cage." May your Mountain Dew be sweet!".
Tilläggsskärmbilder
Ladda ner Nicolas Cage-förlängningens CRX-fil
Ladda ner Nicolas Cage-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Recommended reading when using this extension:
http://en.wikipedia.org/wiki/God
https://www.biblegateway.com/passage/?search=Genesis+1 Grundläggande Information om Tillägg
| Namn | |
| ID | fjgbnnhgejbfgfbofeohlffjlpceejlm |
| Officiell webbadress | https://chromewebstore.google.com/detail/nicolas-cage/fjgbnnhgejbfgfbofeohlffjlpceejlm |
| Beskrivning | Replaces "God" with "Nicolas Cage." May your Mountain Dew be sweet! |
| Filstorlek | 50.83 KB |
| Antal Installationer | 1,966 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2014-09-11 |
| Publiceringsdatum | 2014-09-11 |
| Betyg | 4.74/5 Totalt 118 Betyg |
| Utvecklare | dmos |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"js": [
"content_script.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end"
}
],
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"manifest_version": 2,
"version": "1.0",
"name": "Nicolas Cage",
"description": "Replaces \"God\" with \"Nicolas Cage.\" May your Mountain Dew be sweet!"
} | |