run

makes everything run away from your cursor

runとは何ですか?

runはbecca.oooによって開発されたChromeの拡張機能で、その主な機能は「makes everything run away from your cursor」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

run拡張機能のCRXファイルをダウンロード

run拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 run run
ID gladbcgfncoaedmceagkimdpnhdoeflf
公式URL https://chromewebstore.google.com/detail/run/gladbcgfncoaedmceagkimdpnhdoeflf
説明 makes everything run away from your cursor
ファイルサイズ 41.29 KB
インストール数 45
現在のバージョン 1.0.0
最終更新日 2015-06-09
公開日 2015-06-09
評価 1.00/5 合計 6 レビュー
開発者 becca.ooo
支払い方法 free
対応言語 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
}