Sausage-ify

Catherine is actually a sausage!!

What is Sausage-ify?

Sausage-ify is a Chrome extension developed by alberthu16, and its main feature is "Catherine is actually a sausage!!".

Download Sausage-ify Extension CRX File

Download Sausage-ify 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

                                            

Extension Basic Information

Name Sausage-ify Sausage-ify
ID eijkflemljjdkfldjehllkpgimcnmjnl
Official URL https://chromewebstore.google.com/detail/sausage-ify/eijkflemljjdkfldjehllkpgimcnmjnl
Description Catherine is actually a sausage!!
File Size 64.47 KB
Installation Count 32
Current Version 0.1
Last Updated 2016-03-03
Publish Date 2016-03-02
Developer alberthu16
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sausage-ify",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Catherine is actually a sausage!!",
    "browser_action": {
        "default_icon": "sausage128.png",
        "default_title": "Catherine is actually a sausage!!",
        "default_popup": "extension.html"
    },
    "icons": {
        "16": "sausage16.png",
        "48": "sausage48.png",
        "128": "sausage128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "replace.js"
            ],
            "run_at": "document_end"
        }
    ]
}