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
官方URL 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"
        }
    }
}