Pong
Single & Multiplayer Pong
What is Pong?
Pong is a Chrome extension developed by thc, and its main feature is "Single & Multiplayer Pong".
Extension Screenshots
Download Pong Extension CRX File
Download 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
Pong for Chrome is the easiest way to play your favourite Arcade game. Pong supports single & multi player gameplay!
Extension Basic Information
Name | Pong |
ID | hebpbmepdiaagnenlpjclmncidmljlgl |
Official URL | https://chromewebstore.google.com/detail/pong/hebpbmepdiaagnenlpjclmncidmljlgl |
Description | Single & Multiplayer Pong |
File Size | 97.92 KB |
Installation Count | 76,887 |
Current Version | 1 |
Last Updated | 2017-09-16 |
Publish Date | 2017-09-15 |
Rating | 4.27/5 Total 37 Ratings |
Developer | thc |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pong", "description": "Single & Multiplayer Pong", "version": "1", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/; http:\/\/arcadepong.io\/; object-src 'self'", "permissions": [ "https:\/\/www.google-analytics.com\/*", "http:\/\/arcadepong.io\/*" ], "icons": { "16": "pong3.png", "48": "pong3.png", "128": "pong3.png" }, "browser_action": { "default_popup": "index.html" } } |