Everything is Gothic
For when you want your web browsing to have a bit more of a gothic flare to it.
Was ist Everything is Gothic?
Everything is Gothic ist eine Chrome-Erweiterung, die von emily hummel entwickelt wurde, und ihr Hauptmerkmal ist "For when you want your web browsing to have a bit more of a gothic flare to it.".
Erweiterungsscreenshots
Everything is Gothic-Erweiterungs-CRX-Datei herunterladen
Laden Sie Everything is Gothic-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
Feeling the need to live a bit more in the 19th century? Looking for dark moors, secrets, libraries, and suitors that don't have your best interest at heart? Grundlegende Informationen zur Erweiterung
| Name | |
| ID | njkfbecnecfdgpdgpmjgfabnjhinjcmc |
| Offizielle URL | https://chromewebstore.google.com/detail/everything-is-gothic/njkfbecnecfdgpdgpmjgfabnjhinjcmc |
| Beschreibung | For when you want your web browsing to have a bit more of a gothic flare to it. |
| Dateigröße | 41.98 KB |
| Installationsanzahl | 272 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2015-07-21 |
| Veröffentlichungsdatum | 2015-07-20 |
| Bewertung | 3.50/5 Insgesamt 10 Bewertungen |
| Entwickler | emily hummel |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Everything is Gothic",
"version": "1.0",
"description": "For when you want your web browsing to have a bit more of a gothic flare to it.",
"author": "Emily Hummel",
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |