Poke All

It will poke everyone on the poke page!

Wat is Poke All?

Poke All is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "It will poke everyone on the poke page!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Poke All

Download Poke All-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Poke All Poke All
ID biabablkmnfkpblpnbojalamkfjpfjeg
Officiële URL https://chromewebstore.google.com/detail/poke-all/biabablkmnfkpblpnbojalamkfjpfjeg
Beschrijving It will poke everyone on the poke page!
Bestandsgrootte 23.93 KB
Aantal Installaties 204
Huidige Versie 1.5
Laatst Bijgewerkt 2015-03-01
Publicatiedatum 2015-02-28
Beoordeling 3.60/5 Totaal 10 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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",
        ""
    ]
}