GitHub Breakout

Breakout!

Cos'è GitHub Breakout?

GitHub Breakout è un'estensione di Chrome sviluppata da siy1121, e la sua funzione principale è "Breakout!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GitHub Breakout

Scarica i file di estensione GitHub Breakout in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Play breakout with the GitHub contributions graph!

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

Informazioni di Base sull'Estensione

Nome GitHub Breakout GitHub Breakout
ID pjdnfcgenganjboibkcacickkpmnfimn
URL Ufficiale https://chromewebstore.google.com/detail/github-breakout/pjdnfcgenganjboibkcacickkpmnfimn
Descrizione Breakout!
Dimensione del File 12.61 KB
Conteggio Installazioni 108
Versione Corrente 1.1.1
Ultimo Aggiornamento 2021-03-13
Data di Pubblicazione 2020-09-22
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore siy1121
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://twitter.com/SIY1121/status/1308004558090768386
Lingue Supportate 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"
    }
}