Graysocean | Shell Shockers Theme
New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!
¿Qué es Graysocean | Shell Shockers Theme?
Graysocean | Shell Shockers Theme es una extensión de Chrome desarrollada por Hasanx Developer, y su función principal es "New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Graysocean | Shell Shockers Theme
Descarga archivos de extensión Graysocean | Shell Shockers Theme en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Brand new Shell Shockers theme! Edits the entire page layout and scope, hope you enjoy!
Información Básica de la Extensión
Nombre | |
ID | ofliekbfejmgmbllkjhdloiipiadcnje |
URL Oficial | https://chrome.google.com/webstore/detail/graysocean-shell-shockers/ofliekbfejmgmbllkjhdloiipiadcnje |
Descripción | New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021! |
Tamaño del Archivo | 16.41 KB |
Cantidad de Instalaciones | 1,912 |
Versión Actual | 1 |
Última Actualización | 2021-09-17 |
Fecha de Publicación | 2021-09-17 |
Calificación | 4.67/5 Total de 6 Calificaciones |
Desarrollador | Hasanx Developer |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |