run

makes everything run away from your cursor

Cos'è run?

run è un'estensione di Chrome sviluppata da becca.ooo, e la sua funzione principale è "makes everything run away from your cursor".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione run

Scarica i file di estensione run in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome run run
ID gladbcgfncoaedmceagkimdpnhdoeflf
URL Ufficiale https://chromewebstore.google.com/detail/run/gladbcgfncoaedmceagkimdpnhdoeflf
Descrizione makes everything run away from your cursor
Dimensione del File 41.29 KB
Conteggio Installazioni 45
Versione Corrente 1.0.0
Ultimo Aggiornamento 2015-06-09
Data di Pubblicazione 2015-06-09
Valutazione 1.00/5 Totale 6 Valutazioni
Sviluppatore becca.ooo
Tipo di Pagamento free
Lingue Supportate 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
}