single player ping pong

A single player game of pong. The controls are s and w.

Wat is single player ping pong?

single player ping pong is een Chrome-extensie ontwikkeld door Tyler Technologies, en de belangrijkste functie is "A single player game of pong. The controls are s and w.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie single player ping pong

Download single player ping pong-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This is a Ping Pong Game Designed For 1 player.                    

Basisinformatie over de Extensie

Naam single player ping pong single player ping pong
ID ommioalakfmjgimbjpbojbdhcgdipngh
Officiële URL https://chromewebstore.google.com/detail/single-player-ping-pong/ommioalakfmjgimbjpbojbdhcgdipngh
Beschrijving A single player game of pong. The controls are s and w.
Bestandsgrootte 478 KB
Aantal Installaties 3,149
Huidige Versie 1.5.2
Laatst Bijgewerkt 2018-04-19
Publicatiedatum 2018-04-19
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar Tyler Technologies
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "single player ping pong",
    "short_name": "ping pong",
    "version": "1.5.2",
    "description": "A single player game of pong. The controls are s and w.",
    "author": "Tyler Wright",
    "incognito": "split",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "boi.png",
        "default_popup": "pong.html",
        "default_title": "single player pong!"
    }
}