Poke All

It will poke everyone on the poke page!

Vad är Poke All?

Poke All är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "It will poke everyone on the poke page!".

Tilläggsskärmbilder

screenshot

Ladda ner Poke All-förlängningens CRX-fil

Ladda ner Poke All-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Poke All Poke All
ID biabablkmnfkpblpnbojalamkfjpfjeg
Officiell webbadress https://chromewebstore.google.com/detail/poke-all/biabablkmnfkpblpnbojalamkfjpfjeg
Beskrivning It will poke everyone on the poke page!
Filstorlek 23.93 KB
Antal Installationer 204
Aktuell Version 1.5
Senast Uppdaterad 2015-03-01
Publiceringsdatum 2015-02-28
Betyg 3.60/5 Totalt 10 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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",
        ""
    ]
}