Auto Poking
Automate poking.
Vad är Auto Poking?
Auto Poking är en Chrome-tillägg utvecklad av japacible, och dess huvudfunktion är "Automate poking.".
Ladda ner Auto Poking-förlängningens CRX-fil
Ladda ner Auto Poking-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
Enable on the poke page on www, mobile, and beta. If you leave it on for too long, you might get poke banned.
Grundläggande Information om Tillägg
Namn | |
ID | cmhpihmnmncmhaefaadlkghmkhnoeaoc |
Officiell webbadress | https://chromewebstore.google.com/detail/auto-poking/cmhpihmnmncmhaefaadlkghmkhnoeaoc |
Beskrivning | Automate poking. |
Filstorlek | 32.47 KB |
Antal Installationer | 59 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2016-01-17 |
Publiceringsdatum | 2016-01-17 |
Betyg | 3.43/5 Totalt 7 Betyg |
Utvecklare | japacible |
Betalningssätt | free |
Stödda Språk | 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 } ] } |