Pacman Popup

a pacman popup for chrome!

What is Pacman Popup?

Pacman Popup is a Chrome extension developed by Fredthedoggy, and its main feature is "a pacman popup for chrome!".

Extension Screenshots

screenshot
screenshot

Download Pacman Popup Extension CRX File

Download Pacman Popup 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 Pac-man on any page, with the click of a button.
Pacman Popup Focuses on being Fast, Resource Efficient, and Fun. Enjoy!

Thanks to github.com/bward2/pacman-js for creating this pacman replica. 
I did not create this, I simply edited it into a extension.

Pause: "P"
Mute: "M"                    

Extension Basic Information

Name Pacman Popup Pacman Popup
ID iocghaljaochhkgajdilelogdkejkiil
Official URL https://chromewebstore.google.com/detail/pacman-popup/iocghaljaochhkgajdilelogdkejkiil
Description a pacman popup for chrome!
File Size 1.11 MB
Installation Count 307,992
Current Version 1
Last Updated 2020-07-01
Publish Date 2020-06-30
Rating 4.71/5 Total 49 Ratings
Developer Fredthedoggy
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pacman Popup",
    "version": "1",
    "description": "a pacman popup for chrome!",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Pacman",
        "default_popup": "index.html",
        "default_icon": {
            "16": "app\/style\/graphics\/logo16.png",
            "48": "app\/style\/graphics\/logo48.png",
            "128": "app\/style\/graphics\/logo128.png"
        }
    },
    "icons": {
        "16": "app\/style\/graphics\/logo16.png",
        "48": "app\/style\/graphics\/logo48.png",
        "128": "app\/style\/graphics\/logo128.png"
    }
}