Cursor Repulsor Prank

1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.

什麼是Cursor Repulsor Prank?

Cursor Repulsor Prank是由http://leodesigaux.com開發的Chrome擴展程式,該擴展的主要功能是“1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.”。

擴展截圖

screenshot
screenshot

下載Cursor Repulsor Prank擴展crx文件

下載Cursor Repulsor Prank擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.                    

擴展基本資訊

名稱 Cursor Repulsor Prank Cursor Repulsor Prank
ID dmndppncnconmfhckffflaegdbojnhle
官方網址 https://chrome.google.com/webstore/detail/cursor-repulsor-prank/dmndppncnconmfhckffflaegdbojnhle
簡介 1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.
檔案大小 18.22 KB
安裝次數 269
目前版本 1.0.0
更新時間 2020-09-18
上架時間 2020-09-16
評分 1.50/5 共 2 次評分
開發者 http://leodesigaux.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cursor Repulsor Prank",
    "description": "1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.",
    "version": "1.0.0",
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "38": "icon-38.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "19": "icon-19.png",
            "38": "icon-38.png",
            "128": "icon-128.png"
        }
    }
}