Poke Back
Automatically pokes back on Facebook when you have the poke page open. Now enjoy all your free time.
Cos'è Poke Back?
Poke Back è un'estensione di Chrome sviluppata da Vikram R., e la sua funzione principale è "Automatically pokes back on Facebook when you have the poke page open. Now enjoy all your free time.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Poke Back
Scarica i file di estensione Poke Back in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | gdbopkbmeahddlpdngadlhjinhndbhpl |
URL Ufficiale | https://chromewebstore.google.com/detail/poke-back/gdbopkbmeahddlpdngadlhjinhndbhpl |
Descrizione | Automatically pokes back on Facebook when you have the poke page open. Now enjoy all your free time. |
Dimensione del File | 10.94 KB |
Conteggio Installazioni | 276 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2014-10-17 |
Data di Pubblicazione | 2014-10-17 |
Valutazione | 2.00/5 Totale 4 Valutazioni |
Sviluppatore | Vikram R. |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |