Jawaker Hack
A chrome extension that allows you to see all previously played cards in jawaker.com
Cos'è Jawaker Hack?
Jawaker Hack è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "A chrome extension that allows you to see all previously played cards in jawaker.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jawaker Hack
Scarica i file di estensione Jawaker Hack 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
A chrome extension that allows you to see all previously played cards in jawaker.com
Informazioni di Base sull'Estensione
Nome | |
ID | ngfbidoopioeoimdcohcjejiencjhikk |
URL Ufficiale | https://chromewebstore.google.com/detail/jawaker-hack/ngfbidoopioeoimdcohcjejiencjhikk |
Descrizione | A chrome extension that allows you to see all previously played cards in jawaker.com |
Dimensione del File | 4.46 KB |
Conteggio Installazioni | 389 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2020-04-13 |
Data di Pubblicazione | 2020-04-08 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jawaker Hack", "description": "", "version": "1.0.0", "content_scripts": [ { "matches": [ "https:\/\/www.jawaker.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/main.css" ], "run_at": "document_end" } ] } |