run

makes everything run away from your cursor

What is run?

run is a Chrome extension developed by becca.ooo, and its main feature is "makes everything run away from your cursor".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download run Extension CRX File

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

                        makes every element on the page run from your cursor.

to remove a chrome extension, navigate to chrome://extensions/ and find the extension you wish to disable/delete, and uncheck 'enabled' or click on the trash icon to delete                    

Extension Basic Information

Name run run
ID gladbcgfncoaedmceagkimdpnhdoeflf
Official URL https://chromewebstore.google.com/detail/run/gladbcgfncoaedmceagkimdpnhdoeflf
Description makes everything run away from your cursor
File Size 41.29 KB
Installation Count 45
Current Version 1.0.0
Last Updated 2015-06-09
Publish Date 2015-06-09
Rating 1.00/5 Total 6 Ratings
Developer becca.ooo
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "run",
    "short_name": "run",
    "version": "1.0.0",
    "author": "9999yea.rs",
    "description": "makes everything run away from your cursor",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "jquery-2.1.3.min.js",
                "main.js"
            ]
        }
    ],
    "permissions": [
        ""
    ],
    "offline_enabled": true
}