Pew Pew

Sometimes, when I hit ctrl-w in Chrome, I make a 'pew' laser sound. (http://twitter.com/#!/jamesthigpen/status/116216027204960257)

What is Pew Pew?

Pew Pew is a Chrome extension developed by TerryH, and its main feature is "Sometimes, when I hit ctrl-w in Chrome, I make a 'pew' laser sound. (http://twitter.com/#!/jamesthigpen/status/116216027204960257)".

Extension Screenshots

screenshot

Download Pew Pew Extension CRX File

Download Pew Pew 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

                        This extension plays a 'pew' sound when a Chrome tab is closed, sometimes.

This extension does NOT collect, use, or share any user data.                    

Extension Basic Information

Name Pew Pew Pew Pew
ID keekkopgcackaofhlcjepenjlbndiilh
Official URL https://chromewebstore.google.com/detail/pew-pew/keekkopgcackaofhlcjepenjlbndiilh
Description Sometimes, when I hit ctrl-w in Chrome, I make a 'pew' laser sound. (http://twitter.com/#!/jamesthigpen/status/116216027204960257)
File Size 8.59 KB
Installation Count 306
Current Version 1.5
Last Updated 2023-09-01
Publish Date 2016-05-02
Rating 5.00/5 Total 10 Ratings
Developer TerryH
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": "Pew Pew",
    "version": "1.5",
    "description": "Sometimes, when I hit ctrl-w in Chrome, I make a 'pew' laser sound. (http:\/\/twitter.com\/#!\/jamesthigpen\/status\/116216027204960257)",
    "background": {
        "scripts": [
            "PewPew.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/s3.amazonaws.com\/PewPew\/v1.0\/*.wav"
    ]
}