Fappish
ImageFap.com keyboard shortcuts
Fappishとは何ですか?
Fappishはfanprogによって開発されたChromeの拡張機能で、その主な機能は「ImageFap.com keyboard shortcuts」です。
拡張機能のスクリーンショット
Fappish拡張機能のCRXファイルをダウンロード
Fappish拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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)
拡張機能の基本情報
名前 | |
ID | gkcgpldlokenmhemengdaomdpihbboif |
公式URL | https://chrome.google.com/webstore/detail/fappish/gkcgpldlokenmhemengdaomdpihbboif |
説明 | ImageFap.com keyboard shortcuts |
ファイルサイズ | 28.76 KB |
インストール数 | 146 |
現在のバージョン | 1.7 |
最終更新日 | 2013-03-16 |
公開日 | 2013-03-16 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | fanprog |
支払い方法 | free |
対応言語 | 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" ] } ] } |