run

makes everything run away from your cursor

Wat is run?

run is een Chrome-extensie ontwikkeld door becca.ooo, en de belangrijkste functie is "makes everything run away from your cursor".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie run

Download run-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam run run
ID gladbcgfncoaedmceagkimdpnhdoeflf
Officiële URL https://chromewebstore.google.com/detail/run/gladbcgfncoaedmceagkimdpnhdoeflf
Beschrijving makes everything run away from your cursor
Bestandsgrootte 41.29 KB
Aantal Installaties 45
Huidige Versie 1.0.0
Laatst Bijgewerkt 2015-06-09
Publicatiedatum 2015-06-09
Beoordeling 1.00/5 Totaal 6 Beoordelingen
Ontwikkelaar becca.ooo
Betalingswijze free
Ondersteunde Talen 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
}