Auto Poking
Automate poking.
Wat is Auto Poking?
Auto Poking is een Chrome-extensie ontwikkeld door japacible, en de belangrijkste functie is "Automate poking.".
Download het CRX-bestand van de extensie Auto Poking
Download Auto Poking-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
Enable on the poke page on www, mobile, and beta. If you leave it on for too long, you might get poke banned.
Basisinformatie over de Extensie
Naam | |
ID | cmhpihmnmncmhaefaadlkghmkhnoeaoc |
Officiële URL | https://chromewebstore.google.com/detail/auto-poking/cmhpihmnmncmhaefaadlkghmkhnoeaoc |
Beschrijving | Automate poking. |
Bestandsgrootte | 32.47 KB |
Aantal Installaties | 59 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-01-17 |
Publicatiedatum | 2016-01-17 |
Beoordeling | 3.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | japacible |
Betalingswijze | free |
Ondersteunde Talen | 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 } ] } |