Fappish

ImageFap.com keyboard shortcuts

Was ist Fappish?

Fappish ist eine Chrome-Erweiterung, die von fanprog entwickelt wurde, und ihr Hauptmerkmal ist "ImageFap.com keyboard shortcuts".

Erweiterungsscreenshots

screenshot
screenshot

Fappish-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fappish-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Fappish Fappish
ID gkcgpldlokenmhemengdaomdpihbboif
Offizielle URL https://chrome.google.com/webstore/detail/fappish/gkcgpldlokenmhemengdaomdpihbboif
Beschreibung ImageFap.com keyboard shortcuts
Dateigröße 28.76 KB
Installationsanzahl 146
Aktuelle Version 1.7
Letztes Update 2013-03-16
Veröffentlichungsdatum 2013-03-16
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler fanprog
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}