Pong Game

Play Pong Game as a Chrome extension - Also can Play without Internet, try it now!

Τι είναι το Pong Game;

Το Pong Game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://uwuduck.com, και η κύρια λειτουργία του είναι "Play Pong Game as a Chrome extension - Also can Play without Internet, try it now!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Pong Game

Λήψη αρχείων επέκτασης Pong Game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        - Play more games on the top-left menu.

Description:

Experience the nostalgia of arcade gaming with the "Pong Game" extension. Relive the classic Pong game right in your web browser. This timeless two-player game provides endless fun and challenges, whether you're playing solo or challenging a friend.

Key Features:

Instant Entertainment: Launch the Pong game with a single click, instantly transporting yourself to the world of retro arcade gaming.

Single Player Mode: Test your skills against a computer-controlled opponent. The AI adapts to your level of play, providing a challenging experience.

Two Player Mode: Challenge a friend to a head-to-head Pong match. The extension makes it easy to share the game and enjoy friendly competition.

Customizable Settings: Adjust game parameters such as paddle speed, ball speed, and difficulty to tailor the gameplay to your preferences.

Realistic Physics: Experience the realistic physics of bouncing balls and responsive paddle controls for an authentic Pong experience.

Sleek Design: Enjoy a minimalist and visually appealing game interface that immerses you in the arcade atmosphere.

Score Tracking: Keep track of your score and compete for the highest score, whether you're playing alone or against a friend.

Responsive Controls: Play with keyboard controls or use touch controls for an intuitive and enjoyable gaming experience.

How to Play:

Install the "Pong Game" extension from your browser's extension store.
Launch the extension with a single click on the icon.
Choose your game mode (single player or two player).
Customize game settings if desired.
Use your keyboard or touch controls to control the paddles.
Keep the ball in play, bounce it off the paddles, and score points against your opponent.
Compete for the highest score and enjoy the classic Pong challenge.
Whether you're reliving fond memories or discovering the joy of Pong for the first time, the "Pong Game" extension offers hours of entertainment and friendly competition. Step into the virtual arcade and prove your skills in this iconic game of reflexes and strategy.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Pong Game Pong Game
ID dknmkiddibcnglidbopnajighhfaeaag
Επίσημο URL https://chromewebstore.google.com/detail/pong-game/dknmkiddibcnglidbopnajighhfaeaag
Περιγραφή Play Pong Game as a Chrome extension - Also can Play without Internet, try it now!
Μέγεθος Αρχείου 32.39 KB
Αριθμός Εγκαταστάσεων 227
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2023-09-06
Ημερομηνία Δημοσίευσης 2023-09-06
Αξιολόγηση 4.56/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://uwuduck.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://ponggame.io/
Διεύθυνση URL της Σελίδας Βοήθειας https://ponggame.io/
URL της Σελίδας Πολιτικής Απορρήτου https://flappybird.ee/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "version": "1.1.0",
    "version_name": "1.1.0",
    "action": {
        "default_icon": {
            "16": "img\/16x16.png",
            "48": "img\/48x48.png",
            "256": "img\/256x256.png"
        },
        "default_title": "Click to open the popup",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "update.js"
    },
    "offline_enabled": true,
    "default_locale": "en",
    "description": "__MSG_AppDesc__",
    "icons": {
        "16": "img\/16x16.png",
        "48": "img\/48x48.png",
        "256": "img\/256x256.png"
    },
    "options_page": "index.html",
    "homepage_url": "https:\/\/ponggame.io\/"
}