Among Us Theme || Shell Shockers
by Jayvan & Helloworld
Qu'est-ce que Among Us Theme || Shell Shockers ?
Among Us Theme || Shell Shockers est une extension Chrome développée par jayvandev, et sa fonction principale est "by Jayvan & Helloworld".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Among Us Theme || Shell Shockers
Téléchargez les fichiers d'extension Among Us Theme || Shell Shockers 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
Among Us in Shell Shockers! Enjoy a modified UI as well as in game mods, including custom particles, sussy eggs, and a custom skybox.
Informations de Base sur l'Extension
Nom | |
ID | enajpjeakcobmhjdlbmipbknelalcioi |
URL Officiel | https://chrome.google.com/webstore/detail/among-us-theme-shell-shoc/enajpjeakcobmhjdlbmipbknelalcioi |
Description | by Jayvan & Helloworld |
Taille du Fichier | 32.32 KB |
Nombre d'Installations | 849 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-04-11 |
Date de Publication | 2022-04-11 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | jayvandev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Among Us Theme || Shell Shockers", "description": "by Jayvan & Helloworld", "version": "1.0", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "js": [ "amongus.js" ], "matches": [ "https:\/\/shellshock.io\/" ] } ] } |