HeloxO Autoclicker
Clicks a link with a keyword you specify
什么是HeloxO Autoclicker?
HeloxO Autoclicker是由harryt148开发的Chrome扩展程序,该扩展的主要功能是“Clicks a link with a keyword you specify”。
扩展截图
下载HeloxO Autoclicker扩展crx文件
下载HeloxO Autoclicker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | bejdefabelbkaefkemhejcfhijohdegc |
官方URL | https://chrome.google.com/webstore/detail/heloxo-autoclicker/bejdefabelbkaefkemhejcfhijohdegc |
简介 | Clicks a link with a keyword you specify |
文件大小 | 797 KB |
安装次数 | 1,647 |
当前版本 | 2.0 |
更新时间 | 2020-10-12 |
上架时间 | 2020-10-12 |
评分 | 1.00/5 共1次评分 |
开发者 | harryt148 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |