Fappish
ImageFap.com keyboard shortcuts
Co to jest Fappish?
Fappish to rozszerzenie Chrome opracowane przez fanprog, a jego główną funkcją jest „ImageFap.com keyboard shortcuts”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fappish
Pobierz pliki rozszerzeń Fappish w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gkcgpldlokenmhemengdaomdpihbboif |
Oficjalny URL | https://chrome.google.com/webstore/detail/fappish/gkcgpldlokenmhemengdaomdpihbboif |
Opis | ImageFap.com keyboard shortcuts |
Rozmiar pliku | 28.76 KB |
Liczba instalacji | 146 |
Aktualna Wersja | 1.7 |
Ostatnia Aktualizacja | 2013-03-16 |
Data Publikacji | 2013-03-16 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | fanprog |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |