HeloxO Autoclicker

Clicks a link with a keyword you specify

What is HeloxO Autoclicker?

HeloxO Autoclicker is a Chrome extension developed by harryt148, and its main feature is "Clicks a link with a keyword you specify".

Extension Screenshots

screenshot

Download HeloxO Autoclicker Extension CRX File

Download HeloxO Autoclicker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name HeloxO Autoclicker HeloxO Autoclicker
ID bejdefabelbkaefkemhejcfhijohdegc
Official URL https://chrome.google.com/webstore/detail/heloxo-autoclicker/bejdefabelbkaefkemhejcfhijohdegc
Description Clicks a link with a keyword you specify
File Size 797 KB
Installation Count 1,647
Current Version 2.0
Last Updated 2020-10-12
Publish Date 2020-10-12
Rating 1.00/5 Total 1 Ratings
Developer harryt148
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HeloxO Autoclicker",
    "description": "Clicks a link with a keyword you specify",
    "version": "2.0",
    "author": "@samwightwick",
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    }
}