Vader Stress Test
Test your stress limits by counting how many vaders you can load and at what speed.
¿Qué es Vader Stress Test?
Vader Stress Test es una extensión de Chrome desarrollada por maxxx1337, y su función principal es "Test your stress limits by counting how many vaders you can load and at what speed.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Vader Stress Test
Descarga archivos de extensión Vader Stress Test 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
No longer do you have to wonder how many Vaders breathing you can handle. Now you too can test the limits of your UNLIMITED POWER!
Información Básica de la Extensión
Nombre | Vader Stress Test |
ID | jampknokojffaeoidkihdklmlngacjhm |
URL Oficial | https://chromewebstore.google.com/detail/vader-stress-test/jampknokojffaeoidkihdklmlngacjhm |
Descripción | Test your stress limits by counting how many vaders you can load and at what speed. |
Tamaño del Archivo | 134 KB |
Cantidad de Instalaciones | 57 |
Versión Actual | 1.0 |
Última Actualización | 2020-09-12 |
Fecha de Publicación | 2020-09-12 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | maxxx1337 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vader Stress Test", "description": "Test your stress limits by counting how many vaders you can load and at what speed.", "author": "Max Sad", "version": "1.0", "browser_action": { "default_popup": "VaderStressTest.html" }, "icons": { "16": "icon\/vader16.png", "19": "icon\/vader19.png", "32": "icon\/vader32.png", "48": "icon\/vader48.png", "128": "icon\/vader128.png" } } |