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 } ] } |