Fappish

ImageFap.com keyboard shortcuts

Qu'est-ce que Fappish ?

Fappish est une extension Chrome développée par fanprog, et sa fonction principale est "ImageFap.com keyboard shortcuts".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Fappish

Téléchargez les fichiers d'extension Fappish au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Fappish Fappish
ID gkcgpldlokenmhemengdaomdpihbboif
URL Officiel https://chrome.google.com/webstore/detail/fappish/gkcgpldlokenmhemengdaomdpihbboif
Description ImageFap.com keyboard shortcuts
Taille du Fichier 28.76 KB
Nombre d'Installations 146
Version Actuelle 1.7
Dernière Mise à Jour 2013-03-16
Date de Publication 2013-03-16
Évaluation 3.00/5 Total 2 Évaluations
Développeur fanprog
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}