Jawaker Hack
A chrome extension that allows you to see all previously played cards in jawaker.com
Qu'est-ce que Jawaker Hack ?
Jawaker Hack est une extension Chrome développée par Unknown, et sa fonction principale est "A chrome extension that allows you to see all previously played cards in jawaker.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jawaker Hack
Téléchargez les fichiers d'extension Jawaker Hack au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A chrome extension that allows you to see all previously played cards in jawaker.com
Informations de Base sur l'Extension
Nom | |
ID | ngfbidoopioeoimdcohcjejiencjhikk |
URL Officiel | https://chromewebstore.google.com/detail/jawaker-hack/ngfbidoopioeoimdcohcjejiencjhikk |
Description | A chrome extension that allows you to see all previously played cards in jawaker.com |
Taille du Fichier | 4.46 KB |
Nombre d'Installations | 389 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-04-13 |
Date de Publication | 2020-04-08 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |