Auto Poking
Automate poking.
什么是Auto Poking?
Auto Poking是由japacible开发的Chrome扩展程序,该扩展的主要功能是“Automate poking.”。
下载Auto Poking扩展crx文件
下载Auto Poking扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enable on the poke page on www, mobile, and beta. If you leave it on for too long, you might get poke banned.
扩展基本信息
名称 | |
ID | cmhpihmnmncmhaefaadlkghmkhnoeaoc |
官方URL | https://chromewebstore.google.com/detail/auto-poking/cmhpihmnmncmhaefaadlkghmkhnoeaoc |
简介 | Automate poking. |
文件大小 | 32.47 KB |
安装次数 | 59 |
当前版本 | 1.1 |
更新时间 | 2016-01-17 |
上架时间 | 2016-01-17 |
评分 | 3.43/5 共7次评分 |
开发者 | japacible |
付费类型 | free |
支持的语言 | 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 } ] } |