Record click bot

record clicks and replay

Wat is Record click bot?

Record click bot is een Chrome-extensie ontwikkeld door atallah-salah, en de belangrijkste functie is "record clicks and replay".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Record click bot

Download Record click bot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Record click bot Record click bot
ID bmchoceeddggdndimacemddemmckhmpg
Officiële URL https://chromewebstore.google.com/detail/record-click-bot/bmchoceeddggdndimacemddemmckhmpg
Beschrijving record clicks and replay
Bestandsgrootte 12.47 KB
Aantal Installaties 114
Huidige Versie 3.0
Laatst Bijgewerkt 2021-08-04
Publicatiedatum 2021-08-04
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar atallah-salah
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}