Auto Poking
Automate poking.
Apa itu Auto Poking?
Auto Poking adalah ekstensi Chrome yang dikembangkan oleh japacible, dan fitur utamanya adalah "Automate poking.".
Unduh Berkas CRX Ekstensi Auto Poking
Unduh file ekstensi Auto Poking 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
Enable on the poke page on www, mobile, and beta. If you leave it on for too long, you might get poke banned.
Informasi Dasar Ekstensi
Nama | |
ID | cmhpihmnmncmhaefaadlkghmkhnoeaoc |
URL Resmi | https://chromewebstore.google.com/detail/auto-poking/cmhpihmnmncmhaefaadlkghmkhnoeaoc |
Deskripsi | Automate poking. |
Ukuran File | 32.47 KB |
Jumlah Instalasi | 59 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2016-01-17 |
Tanggal Publikasi | 2016-01-17 |
Penilaian | 3.43/5 Total 7 Penilaian |
Pengembang | japacible |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Poking", "author": "Jennifer Apacible", "version": "1.1", "manifest_version": 2, "description": "Automate poking.", "content_scripts": [ { "matches": [ "http:\/\/*.facebook.com\/pokes*", "https:\/\/*.facebook.com\/pokes*" ], "js": [ "jquery.min.js", "main.js" ], "run_at": "document_end", "all_frames": true } ] } |