GitHub Breakout

Breakout!

What is GitHub Breakout?

GitHub Breakout is a Chrome extension developed by siy1121, and its main feature is "Breakout!".

Extension Screenshots

screenshot

Download GitHub Breakout Extension CRX File

Download GitHub Breakout 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

                        Play breakout with the GitHub contributions graph!

https://github.com/SIY1121/github-breakout                    

Extension Basic Information

Name GitHub Breakout GitHub Breakout
ID pjdnfcgenganjboibkcacickkpmnfimn
Official URL https://chromewebstore.google.com/detail/github-breakout/pjdnfcgenganjboibkcacickkpmnfimn
Description Breakout!
File Size 12.61 KB
Installation Count 108
Current Version 1.1.1
Last Updated 2021-03-13
Publish Date 2020-09-22
Rating 5.00/5 Total 2 Ratings
Developer siy1121
Email [email protected]
Payment Type free
Extension Website https://twitter.com/SIY1121/status/1308004558090768386
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Breakout",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Breakout!",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "512": "icons\/512.png"
    }
}