Vader Stress Test
Test your stress limits by counting how many vaders you can load and at what speed.
Cos'è Vader Stress Test?
Vader Stress Test è un'estensione di Chrome sviluppata da maxxx1337, e la sua funzione principale è "Test your stress limits by counting how many vaders you can load and at what speed.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Vader Stress Test
Scarica i file di estensione Vader Stress Test in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Vader Stress Test |
ID | jampknokojffaeoidkihdklmlngacjhm |
URL Ufficiale | https://chromewebstore.google.com/detail/vader-stress-test/jampknokojffaeoidkihdklmlngacjhm |
Descrizione | Test your stress limits by counting how many vaders you can load and at what speed. |
Dimensione del File | 134 KB |
Conteggio Installazioni | 57 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-09-12 |
Data di Pubblicazione | 2020-09-12 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | maxxx1337 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |