Poke Back
Automatically pokes back on Facebook when you have the poke page open. Now enjoy all your free time.
Poke Backとは何ですか?
Poke BackはVikram R.によって開発されたChromeの拡張機能で、その主な機能は「Automatically pokes back on Facebook when you have the poke page open. Now enjoy all your free time.」です。
拡張機能のスクリーンショット
Poke Back拡張機能のCRXファイルをダウンロード
Poke Back拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Facebook poke back extension will help you win poke wars. When you visit facebook.com/pokes, it will automatically click the Poke Back button after 2 seconds when someone pokes you.
拡張機能の基本情報
名前 | |
ID | gdbopkbmeahddlpdngadlhjinhndbhpl |
公式URL | https://chromewebstore.google.com/detail/poke-back/gdbopkbmeahddlpdngadlhjinhndbhpl |
説明 | Automatically pokes back on Facebook when you have the poke page open. Now enjoy all your free time. |
ファイルサイズ | 10.94 KB |
インストール数 | 276 |
現在のバージョン | 1.2 |
最終更新日 | 2014-10-17 |
公開日 | 2014-10-17 |
評価 | 2.00/5 合計 4 レビュー |
開発者 | Vikram R. |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.facebook.com\/pokes*" ] } ], "description": "Automatically pokes back on Facebook when you have the poke page open. Now enjoy all your free time.", "manifest_version": 2, "name": "Poke Back", "version": "1.2", "icons": { "16": "pokeicon.png", "128": "pokeicon128.png" } } |