Elon Musk Is God
Changes all mentionings of Elon Musk to God.
Was ist Elon Musk Is God?
Elon Musk Is God ist eine Chrome-Erweiterung, die von https://www.memesoundboard.com entwickelt wurde, und ihr Hauptmerkmal ist "Changes all mentionings of Elon Musk to God.".
Erweiterungsscreenshots
Elon Musk Is God-Erweiterungs-CRX-Datei herunterladen
Laden Sie Elon Musk Is God-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Changes all mentionings of Elon Musk to God. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dofelebcofancnickofgkfcaoogoppdi |
| Offizielle URL | https://chromewebstore.google.com/detail/elon-musk-is-god/dofelebcofancnickofgkfcaoogoppdi |
| Beschreibung | Changes all mentionings of Elon Musk to God. |
| Dateigröße | 684 KB |
| Installationsanzahl | 87 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2019-07-16 |
| Veröffentlichungsdatum | 2019-07-16 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://www.memesoundboard.com |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Elon Musk Is God",
"description": "Changes all mentionings of Elon Musk to God.",
"version": "1.0.2",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"script.js"
],
"run_at": "document_end"
}
]
} | |