Auto Poking
Automate poking.
Cos'è Auto Poking?
Auto Poking è un'estensione di Chrome sviluppata da japacible, e la sua funzione principale è "Automate poking.".
Scarica il file CRX dell'estensione Auto Poking
Scarica i file di estensione Auto Poking 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
Enable on the poke page on www, mobile, and beta. If you leave it on for too long, you might get poke banned.
Informazioni di Base sull'Estensione
Nome | |
ID | cmhpihmnmncmhaefaadlkghmkhnoeaoc |
URL Ufficiale | https://chromewebstore.google.com/detail/auto-poking/cmhpihmnmncmhaefaadlkghmkhnoeaoc |
Descrizione | Automate poking. |
Dimensione del File | 32.47 KB |
Conteggio Installazioni | 59 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-01-17 |
Data di Pubblicazione | 2016-01-17 |
Valutazione | 3.43/5 Totale 7 Valutazioni |
Sviluppatore | japacible |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Poking", "author": "Jennifer Apacible", "version": "1.1", "manifest_version": 2, "description": "Automate poking.", "content_scripts": [ { "matches": [ "http:\/\/*.facebook.com\/pokes*", "https:\/\/*.facebook.com\/pokes*" ], "js": [ "jquery.min.js", "main.js" ], "run_at": "document_end", "all_frames": true } ] } |