Pong

Play pong easily any time with the pong chrome extension!

What is Pong?

Pong is a Chrome extension developed by tophatcomix, and its main feature is "Play pong easily any time with the pong chrome extension!".

Extension Screenshots

screenshot

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

                        Play pong easily at any time!                    

Extension Basic Information

Name Pong Pong
ID glfjahkeilohfakpdppchhdiliokbinb
Official URL https://chrome.google.com/webstore/detail/pong/glfjahkeilohfakpdppchhdiliokbinb
Description Play pong easily any time with the pong chrome extension!
File Size 5.52 KB
Installation Count 20,000
Current Version 1.0
Last Updated 2019-02-07
Publish Date 2019-02-07
Rating 2.33/5 Total 15 Ratings
Developer tophatcomix
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pong",
    "description": "Play pong easily any time with the pong chrome extension!",
    "version": "1.0",
    "icons": {
        "16": "pong16.png",
        "48": "pong48.png",
        "128": "pong128.png"
    },
    "browser_action": {
        "default_icon": "pong16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}