Poke Back
Automatically pokes back on Facebook when you have the poke page open. Now enjoy all your free time.
Apa itu Poke Back?
Poke Back adalah ekstensi Chrome yang dikembangkan oleh Vikram R., dan fitur utamanya adalah "Automatically pokes back on Facebook when you have the poke page open. Now enjoy all your free time.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Poke Back
Unduh file ekstensi Poke Back 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
The Facebook poke back extension will help you win poke wars. When you visit facebook.com/pokes, it will automatically click the Poke Back button after 2 seconds when someone pokes you.
Informasi Dasar Ekstensi
Nama | |
ID | gdbopkbmeahddlpdngadlhjinhndbhpl |
URL Resmi | https://chromewebstore.google.com/detail/poke-back/gdbopkbmeahddlpdngadlhjinhndbhpl |
Deskripsi | Automatically pokes back on Facebook when you have the poke page open. Now enjoy all your free time. |
Ukuran File | 10.94 KB |
Jumlah Instalasi | 276 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2014-10-17 |
Tanggal Publikasi | 2014-10-17 |
Penilaian | 2.00/5 Total 4 Penilaian |
Pengembang | Vikram R. |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.facebook.com\/pokes*" ] } ], "description": "Automatically pokes back on Facebook when you have the poke page open. Now enjoy all your free time.", "manifest_version": 2, "name": "Poke Back", "version": "1.2", "icons": { "16": "pokeicon.png", "128": "pokeicon128.png" } } |