Jawaker Hack

A chrome extension that allows you to see all previously played cards in jawaker.com

What is Jawaker Hack?

Jawaker Hack is a Chrome extension developed by Unknown, and its main feature is "A chrome extension that allows you to see all previously played cards in jawaker.com".

Extension Screenshots

screenshot

Download Jawaker Hack Extension CRX File

Download Jawaker Hack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A chrome extension that allows you to see all previously played cards in jawaker.com                    

Extension Basic Information

Name Jawaker Hack Jawaker Hack
ID ngfbidoopioeoimdcohcjejiencjhikk
Official URL https://chromewebstore.google.com/detail/jawaker-hack/ngfbidoopioeoimdcohcjejiencjhikk
Description A chrome extension that allows you to see all previously played cards in jawaker.com
File Size 4.46 KB
Installation Count 389
Current Version 1.0.0
Last Updated 2020-04-13
Publish Date 2020-04-08
Rating 5.00/5 Total 3 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
        }
    ]
}