Pong

A classic pong game that plays in a popup.

Pong क्या है?

Pong https://gamecheerleader.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A classic pong game that plays in a popup."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pong एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Our pong game can be played with up and down keys of your keyboard. Three difficulty levels are provided for more fun, ranging from easy to hard levels. You can switch between them anytime. No internet connection required for playing this game.

The features and rules:

Pong is a table tennis–themed arcade sports game, manufactured by Atari and originally released in 1972. After the installation, just click the Pong Game icon on the Chrome extension toolbar and the game will start in a popup window immediately. 

The game will end and show you win (or loss) when you (or computer) gets 5 points. Your best performance for each difficulty level will be recorded and shown at the top right corner. You are free to pause or start new game during each game session. 

Have fun with the pong game! Additionally, we've added some of our latest games at the bottom for your extra enjoyment.

CHANGELOG
==========
Version 0.1.3 - 0.1.5
- Add the section on new games
- Update the game list with time

Version 0.1.2
- Add google analytics

Version 0.1.1
- Optimize pong speed 
- Update user interface

Version 0.1.0
- Release basic pong features                    

एक्सटेंशन की मूल जानकारी

नाम Pong Pong
ID iibmocmonpccjkjpdgngimgdgpaeheje
आधिकारिक URL https://chromewebstore.google.com/detail/pong/iibmocmonpccjkjpdgngimgdgpaeheje
विवरण A classic pong game that plays in a popup.
फ़ाइल का आकार 89.11 KB
स्थापना संख्या 4,000
वर्तमान संस्करण 0.1.5
अंतिम अपडेट 2024-01-17
प्रकाशन तिथि 2022-05-22
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://gamecheerleader.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.gamecheerleader.com
सहायता पृष्ठ URL https://www.gamecheerleader.com/listing/pong-game/
गोपनीयता नीति पृष्ठ URL https://www.gamecheerleader.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pong",
    "short_name": "pong",
    "version": "0.1.5",
    "description": "A classic pong game that plays in a popup.",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}