Fappish

ImageFap.com keyboard shortcuts

Wat is Fappish?

Fappish is een Chrome-extensie ontwikkeld door fanprog, en de belangrijkste functie is "ImageFap.com keyboard shortcuts".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Fappish

Download Fappish-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Fappish Fappish
ID gkcgpldlokenmhemengdaomdpihbboif
Officiële URL https://chrome.google.com/webstore/detail/fappish/gkcgpldlokenmhemengdaomdpihbboif
Beschrijving ImageFap.com keyboard shortcuts
Bestandsgrootte 28.76 KB
Aantal Installaties 146
Huidige Versie 1.7
Laatst Bijgewerkt 2013-03-16
Publicatiedatum 2013-03-16
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar fanprog
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}