Fappish

ImageFap.com keyboard shortcuts

什么是Fappish?

Fappish是由fanprog开发的Chrome扩展程序,该扩展的主要功能是“ImageFap.com keyboard shortcuts”。

扩展截图

screenshot
screenshot

下载Fappish扩展crx文件

下载Fappish扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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