Fappish

ImageFap.com keyboard shortcuts

Fappish란 무엇입니까?

Fappish은(는) fanprog에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ImageFap.com keyboard shortcuts"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Early version of a helper extension for ImageFap.com. Enables keyboard / one-handed usage of some site functions ;-)

Current features (config / help coming at some point, report any bugs):
 * 'n' / 'p' - go to 'N'ext or 'P'revious image in a gallery
 * 'o' - open the first image in a gallery
 * 'g' - return to the gallery view from an image
 * 's' - Slideshow, automatically move from previous image to next
 * 'z' - Zoom in or out on the current image (same as clicking the image, as clicking to zoom is broken while using some features of this extension)                    

확장 프로그램 기본 정보

이름 Fappish Fappish
ID gkcgpldlokenmhemengdaomdpihbboif
공식 URL https://chrome.google.com/webstore/detail/fappish/gkcgpldlokenmhemengdaomdpihbboif
설명 ImageFap.com keyboard shortcuts
파일 크기 28.76 KB
설치 횟수 146
현재 버전 1.7
최근 업데이트 2013-03-16
출시 날짜 2013-03-16
평점 3.00/5 총 2 개의 평점
개발자 fanprog
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fappish",
    "manifest_version": 2,
    "version": "1.7",
    "description": "ImageFap.com keyboard shortcuts",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.imagefap.com\/photo*",
                "http:\/\/*.imagefap.com\/pictures*"
            ],
            "js": [
                "jquery.js",
                "np.js"
            ]
        }
    ]
}