Record click bot

record clicks and replay

什麼是Record click bot?

Record click bot是由atallah-salah開發的Chrome擴展程式,該擴展的主要功能是“record clicks and replay”。

擴展截圖

screenshot

下載Record click bot擴展crx文件

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

擴展使用說明

                        This is a test chrome-extension for POC.

Record clicks on websites and replay theses clicks on specific play time

Note: this version is test only and may could not work on all cases                    

擴展基本資訊

名稱 Record click bot Record click bot
ID bmchoceeddggdndimacemddemmckhmpg
官方網址 https://chromewebstore.google.com/detail/record-click-bot/bmchoceeddggdndimacemddemmckhmpg
簡介 record clicks and replay
檔案大小 12.47 KB
安裝次數 114
目前版本 3.0
更新時間 2021-08-04
上架時間 2021-08-04
評分 1.00/5 共 1 次評分
開發者 atallah-salah
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Record click bot",
    "description": "record clicks and replay",
    "version": "3.0",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_cion": "icon_128.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}