Auto Poking
Automate poking.
Qu'est-ce que Auto Poking ?
Auto Poking est une extension Chrome développée par japacible, et sa fonction principale est "Automate poking.".
Télécharger le fichier CRX de l'extension Auto Poking
Téléchargez les fichiers d'extension Auto Poking au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Enable on the poke page on www, mobile, and beta. If you leave it on for too long, you might get poke banned.
Informations de Base sur l'Extension
Nom | |
ID | cmhpihmnmncmhaefaadlkghmkhnoeaoc |
URL Officiel | https://chromewebstore.google.com/detail/auto-poking/cmhpihmnmncmhaefaadlkghmkhnoeaoc |
Description | Automate poking. |
Taille du Fichier | 32.47 KB |
Nombre d'Installations | 59 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-01-17 |
Date de Publication | 2016-01-17 |
Évaluation | 3.43/5 Total 7 Évaluations |
Développeur | japacible |
Type de Paiement | free |
Langues Prises en Charge | 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 } ] } |