Fappish
ImageFap.com keyboard shortcuts
Vad är Fappish?
Fappish är en Chrome-tillägg utvecklad av fanprog, och dess huvudfunktion är "ImageFap.com keyboard shortcuts".
Tilläggsskärmbilder
Ladda ner Fappish-förlängningens CRX-fil
Ladda ner Fappish-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | |
ID | gkcgpldlokenmhemengdaomdpihbboif |
Officiell webbadress | https://chrome.google.com/webstore/detail/fappish/gkcgpldlokenmhemengdaomdpihbboif |
Beskrivning | ImageFap.com keyboard shortcuts |
Filstorlek | 28.76 KB |
Antal Installationer | 146 |
Aktuell Version | 1.7 |
Senast Uppdaterad | 2013-03-16 |
Publiceringsdatum | 2013-03-16 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | fanprog |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |