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
官方網址 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
}