Fappish
ImageFap.com keyboard shortcuts
Apa itu Fappish?
Fappish adalah ekstensi Chrome yang dikembangkan oleh fanprog, dan fitur utamanya adalah "ImageFap.com keyboard shortcuts".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Fappish
Unduh file ekstensi Fappish dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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)
Informasi Dasar Ekstensi
Nama | |
ID | gkcgpldlokenmhemengdaomdpihbboif |
URL Resmi | https://chrome.google.com/webstore/detail/fappish/gkcgpldlokenmhemengdaomdpihbboif |
Deskripsi | ImageFap.com keyboard shortcuts |
Ukuran File | 28.76 KB |
Jumlah Instalasi | 146 |
Versi Saat Ini | 1.7 |
Terakhir Diperbarui | 2013-03-16 |
Tanggal Publikasi | 2013-03-16 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | fanprog |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |