Blackjack

A mini blackjack game packed into a chrome extension.

What is Blackjack?

Blackjack is a Chrome extension developed by t.fenske619, and its main feature is "A mini blackjack game packed into a chrome extension.".

Extension Screenshots

screenshot

Download Blackjack Extension CRX File

Download Blackjack 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 mini blackjack game packed into a chrome extension. Have fun :)                    

Extension Basic Information

Name Blackjack Blackjack
ID fnpnoabnefdhogihihndjmjgkiogfofk
Official URL https://chromewebstore.google.com/detail/blackjack/fnpnoabnefdhogihihndjmjgkiogfofk
Description A mini blackjack game packed into a chrome extension.
File Size 21.56 KB
Installation Count 250
Current Version 1.0
Last Updated 2023-09-23
Publish Date 2023-09-23
Rating 5.00/5 Total 1 Ratings
Developer t.fenske619
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0",
    "name": "Blackjack",
    "action": {
        "default_popup": "index.html",
        "default_icon": "club-card.png"
    },
    "description": "A mini blackjack game packed into a chrome extension."
}