Poke All

It will poke everyone on the poke page!

Apa itu Poke All?

Poke All adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "It will poke everyone on the poke page!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Poke All

Unduh file ekstensi Poke All 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

                        1. Open Poke Page
2. Press icon

P.S. Let me know if it stops working! Please don't down rate it :( Facebook might change its code for maintenance or something and this could break. Thank you, thank you!                    

Informasi Dasar Ekstensi

Nama Poke All Poke All
ID biabablkmnfkpblpnbojalamkfjpfjeg
URL Resmi https://chromewebstore.google.com/detail/poke-all/biabablkmnfkpblpnbojalamkfjpfjeg
Deskripsi It will poke everyone on the poke page!
Ukuran File 23.93 KB
Jumlah Instalasi 204
Versi Saat Ini 1.5
Terakhir Diperbarui 2015-03-01
Tanggal Publikasi 2015-02-28
Penilaian 3.60/5 Total 10 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Poke All",
    "version": "1.5",
    "manifest_version": 2,
    "description": "It will poke everyone on the poke page!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "pokeAllInactive48.png"
    },
    "icons": {
        "16": "pokeAll16.png",
        "48": "pokeAll48.png",
        "128": "pokeAll128.png"
    },
    "permissions": [
        "tabs",
        ""
    ]
}