Auto Poking

Automate poking.

Auto Poking란 무엇입니까?

Auto Poking은(는) japacible에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate poking."입니다.

Auto Poking 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Enable on the poke page on www, mobile, and beta. If you leave it on for too long, you might get poke banned.                    

확장 프로그램 기본 정보

이름 Auto Poking Auto Poking
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
        }
    ]
}