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."입니다.

확장 프로그램 스크린샷

screenshot

Poke Back 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Poke Back Poke Back
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"
    }
}