HeloxO Autoclicker
Clicks a link with a keyword you specify
Wat is HeloxO Autoclicker?
HeloxO Autoclicker is een Chrome-extensie ontwikkeld door harryt148, en de belangrijkste functie is "Clicks a link with a keyword you specify".
Extensie Screenshots
Download het CRX-bestand van de extensie HeloxO Autoclicker
Download HeloxO Autoclicker-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
Basisinformatie over de Extensie
Naam | |
ID | bejdefabelbkaefkemhejcfhijohdegc |
Officiële URL | https://chrome.google.com/webstore/detail/heloxo-autoclicker/bejdefabelbkaefkemhejcfhijohdegc |
Beschrijving | Clicks a link with a keyword you specify |
Bestandsgrootte | 797 KB |
Aantal Installaties | 1,647 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2020-10-12 |
Publicatiedatum | 2020-10-12 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | harryt148 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |