TouchCat

This extension is TouchCat.

What is TouchCat?

TouchCat is a Chrome extension developed by yuting1987, and its main feature is "This extension is TouchCat.".

Extension Screenshots

screenshot

Download TouchCat Extension CRX File

Download TouchCat 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 TouchCat TouchCat
ID hoaghoddfoiocckakhkkfgmjhieinlbf
Official URL https://chrome.google.com/webstore/detail/touchcat/hoaghoddfoiocckakhkkfgmjhieinlbf
Description This extension is TouchCat.
File Size 635 KB
Installation Count 46
Current Version 0.2.2
Last Updated 2013-11-15
Publish Date 2013-11-15
Rating 4.50/5 Total 10 Ratings
Developer yuting1987
Payment Type free
Extension Website http://touchday.2013.nodeknockout.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TouchCat",
    "description": "This extension is TouchCat.",
    "version": "0.2.2",
    "content_security_policy": "script-src 'self' https:\/\/touchday.2013.nodeknockout.com\/; object-src 'self'",
    "web_accessible_resources": [
        "action\/*.png"
    ],
    "permissions": [
        "identity",
        "tabs",
        "https:\/\/github.com\/",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/touchday.2013.nodeknockout.com\/"
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/socket.io.js",
            "scripts\/json2.js",
            "scripts\/underscore-min.js",
            "scripts\/backbone-min.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "content\/content.js"
            ]
        },
        {
            "matches": [
                "http:\/\/touchday.2013.nodeknockout.com\/login-success*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "auth.js"
            ]
        }
    ]
}