wat

WAT

What is wat?

wat is a Chrome extension developed by https://skim.dev, and its main feature is "WAT".

Extension Screenshots

screenshot

Download wat Extension CRX File

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

                        wat plays back Gary Bernhardt saying 'wat' during his infamous lightning talk.

Source code available here: https://github.com/sl4m/wat                    

Extension Basic Information

Name wat wat
ID ilplnmjooojahcdghggbaaeddjmopccl
Official URL https://chromewebstore.google.com/detail/wat/ilplnmjooojahcdghggbaaeddjmopccl
Description WAT
File Size 46.13 KB
Installation Count 1,594
Current Version 0.2.0
Last Updated 2023-12-18
Publish Date 2013-11-18
Rating 4.08/5 Total 25 Ratings
Developer https://skim.dev
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "wat",
    "version": "0.2.0",
    "description": "WAT",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "offscreen"
    ],
    "background": {
        "service_worker": "sw.js"
    },
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/ilplnmjooojahcdghggbaaeddjmopccl",
    "offline_enabled": true,
    "action": {
        "default_icon": "images\/icon-19.png",
        "default_title": "WAT"
    },
    "content_security_policy": []
}