Everything is Gothic
For when you want your web browsing to have a bit more of a gothic flare to it.
Qu'est-ce que Everything is Gothic ?
Everything is Gothic est une extension Chrome développée par emily hummel, et sa fonction principale est "For when you want your web browsing to have a bit more of a gothic flare to it.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Everything is Gothic
Téléchargez les fichiers d'extension Everything is Gothic au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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?
Informations de Base sur l'Extension
Nom | Everything is Gothic |
ID | njkfbecnecfdgpdgpmjgfabnjhinjcmc |
URL Officiel | https://chromewebstore.google.com/detail/everything-is-gothic/njkfbecnecfdgpdgpmjgfabnjhinjcmc |
Description | For when you want your web browsing to have a bit more of a gothic flare to it. |
Taille du Fichier | 41.98 KB |
Nombre d'Installations | 272 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-07-21 |
Date de Publication | 2015-07-20 |
Évaluation | 3.50/5 Total 10 Évaluations |
Développeur | emily hummel |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |