OinkKeys

Enjoy the soothing sounds of pigs squeeling while you type.

What is OinkKeys?

OinkKeys is a Chrome extension developed by sublim.nl, and its main feature is "Enjoy the soothing sounds of pigs squeeling while you type.".

Extension Screenshots

screenshot

Download OinkKeys Extension CRX File

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

                        Inspired by KittyKeys, here is OinkKeys, listen to the wonderful squeels and snorts of pigs as you type.                    

Extension Basic Information

Name OinkKeys OinkKeys
ID cbpdobpghnbgjgifajingjbkdncoadib
Official URL https://chromewebstore.google.com/detail/oinkkeys/cbpdobpghnbgjgifajingjbkdncoadib
Description Enjoy the soothing sounds of pigs squeeling while you type.
File Size 991 KB
Installation Count 270
Current Version 0.1
Last Updated 2014-06-05
Publish Date 2014-06-05
Rating 2.36/5 Total 11 Ratings
Developer sublim.nl
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "sublim.nl",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_38.png"
    },
    "content_scripts": [
        {
            "js": [
                "res\/js\/main.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Enjoy the soothing sounds of pigs squeeling while you type.",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "manifest_version": 2,
    "name": "OinkKeys",
    "short_name": "OinkKeys",
    "version": "0.1",
    "web_accessible_resources": [
        "res\/snd\/*"
    ]
}