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
公式URL 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
Eメール [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"
        ]
    }
}