Fappish

ImageFap.com keyboard shortcuts

Cos'è Fappish?

Fappish è un'estensione di Chrome sviluppata da fanprog, e la sua funzione principale è "ImageFap.com keyboard shortcuts".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Fappish

Scarica i file di estensione Fappish in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Fappish Fappish
ID gkcgpldlokenmhemengdaomdpihbboif
URL Ufficiale https://chrome.google.com/webstore/detail/fappish/gkcgpldlokenmhemengdaomdpihbboif
Descrizione ImageFap.com keyboard shortcuts
Dimensione del File 28.76 KB
Conteggio Installazioni 146
Versione Corrente 1.7
Ultimo Aggiornamento 2013-03-16
Data di Pubblicazione 2013-03-16
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore fanprog
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}