Fappish

ImageFap.com keyboard shortcuts

What is Fappish?

Fappish is a Chrome extension developed by fanprog, and its main feature is "ImageFap.com keyboard shortcuts".

Extension Screenshots

screenshot
screenshot

Download Fappish Extension CRX File

Download Fappish extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Fappish Fappish
ID gkcgpldlokenmhemengdaomdpihbboif
Official URL https://chrome.google.com/webstore/detail/fappish/gkcgpldlokenmhemengdaomdpihbboif
Description ImageFap.com keyboard shortcuts
File Size 28.76 KB
Installation Count 146
Current Version 1.7
Last Updated 2013-03-16
Publish Date 2013-03-16
Rating 3.00/5 Total 2 Ratings
Developer fanprog
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}