Jawaker Hack
A chrome extension that allows you to see all previously played cards in jawaker.com
Wat is Jawaker Hack?
Jawaker Hack is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "A chrome extension that allows you to see all previously played cards in jawaker.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Jawaker Hack
Download Jawaker Hack-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A chrome extension that allows you to see all previously played cards in jawaker.com
Basisinformatie over de Extensie
Naam | |
ID | ngfbidoopioeoimdcohcjejiencjhikk |
Officiële URL | https://chromewebstore.google.com/detail/jawaker-hack/ngfbidoopioeoimdcohcjejiencjhikk |
Beschrijving | A chrome extension that allows you to see all previously played cards in jawaker.com |
Bestandsgrootte | 4.46 KB |
Aantal Installaties | 389 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-04-13 |
Publicatiedatum | 2020-04-08 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |