HeloxO Autoclicker
Clicks a link with a keyword you specify
Apa itu HeloxO Autoclicker?
HeloxO Autoclicker adalah ekstensi Chrome yang dikembangkan oleh harryt148, dan fitur utamanya adalah "Clicks a link with a keyword you specify".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HeloxO Autoclicker
Unduh file ekstensi HeloxO Autoclicker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | bejdefabelbkaefkemhejcfhijohdegc |
URL Resmi | https://chrome.google.com/webstore/detail/heloxo-autoclicker/bejdefabelbkaefkemhejcfhijohdegc |
Deskripsi | Clicks a link with a keyword you specify |
Ukuran File | 797 KB |
Jumlah Instalasi | 1,647 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2020-10-12 |
Tanggal Publikasi | 2020-10-12 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | harryt148 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |