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 |
| 官方網址 | 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
}
]
} | |