Graysocean | Shell Shockers Theme
New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!
Qu'est-ce que Graysocean | Shell Shockers Theme ?
Graysocean | Shell Shockers Theme est une extension Chrome développée par Hasanx Developer, et sa fonction principale est "New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Graysocean | Shell Shockers Theme
Téléchargez les fichiers d'extension Graysocean | Shell Shockers Theme 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
Brand new Shell Shockers theme! Edits the entire page layout and scope, hope you enjoy!
Informations de Base sur l'Extension
Nom | |
ID | ofliekbfejmgmbllkjhdloiipiadcnje |
URL Officiel | https://chrome.google.com/webstore/detail/graysocean-shell-shockers/ofliekbfejmgmbllkjhdloiipiadcnje |
Description | New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021! |
Taille du Fichier | 16.41 KB |
Nombre d'Installations | 1,912 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2021-09-17 |
Date de Publication | 2021-09-17 |
Évaluation | 4.67/5 Total 6 Évaluations |
Développeur | Hasanx Developer |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Graysocean | Shell Shockers Theme", "version": "1", "author": "Designed by Infinite Smasher#4281 | Programmed by Agent Adam#5972", "description": "New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/egghead.institute\/*", "https:\/\/shellshock.io\/*", "https:\/\/violentegg.club\/*" ] } ], "icons": { "128": "egg.png" } } |