Where's the Cheese?

Tracking your mouse's movement

What is Where's the Cheese??

Where's the Cheese? is a Chrome extension developed by Channing Pear, and its main feature is "Tracking your mouse's movement".

Extension Screenshots

screenshot
screenshot

Download Where's the Cheese? Extension CRX File

Download Where's the Cheese? 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 Where's the Cheese? Where's the Cheese?
ID imgocdfblfikpclhdddnnpcogmndegog
Official URL https://chrome.google.com/webstore/detail/wheres-the-cheese/imgocdfblfikpclhdddnnpcogmndegog
Description Tracking your mouse's movement
File Size 3.77 MB
Installation Count 206
Current Version 1.0.5
Last Updated 2015-10-10
Publish Date 2015-10-10
Rating 4.71/5 Total 7 Ratings
Developer Channing Pear
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Where's the Cheese?",
    "description": "Tracking your mouse's movement",
    "version": "1.0.5",
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery-1.11.2.js",
                "scripts\/page_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "notifications"
    ],
    "web_accessible_resources": [
        "\/images\/icon128.png"
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}