Simple PONG
Simple and lightweight PONG Game written in JavaScript using jQuery
What is Simple PONG?
Simple PONG is a Chrome extension developed by MaxMouse, and its main feature is "Simple and lightweight PONG Game written in JavaScript using jQuery".
Extension Screenshots
Download Simple PONG Extension CRX File
Download Simple PONG 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
Simple PONG popup game played with up and down keys of your keyboard. Free, no ads, no registration, no internet connection required.
Extension Basic Information
Name | Simple PONG |
ID | ogbjfaoljhhadaijpjaojepohlnipmlp |
Official URL | https://chromewebstore.google.com/detail/simple-pong/ogbjfaoljhhadaijpjaojepohlnipmlp |
Description | Simple and lightweight PONG Game written in JavaScript using jQuery |
File Size | 56.84 KB |
Installation Count | 12,757 |
Current Version | 3.0 |
Last Updated | 2020-07-29 |
Publish Date | 2017-05-23 |
Rating | 3.82/5 Total 38 Ratings |
Developer | MaxMouse |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple PONG", "short_name": "PONG", "description": "Simple and lightweight PONG Game written in JavaScript using jQuery", "version": "3.0", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "game.html" }, "permissions": [] } |