Fappish

ImageFap.com keyboard shortcuts

什麼是Fappish?

Fappish是由fanprog開發的Chrome擴展程式,該擴展的主要功能是“ImageFap.com keyboard shortcuts”。

擴展截圖

screenshot
screenshot

下載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)                    

擴展基本資訊

名稱 Fappish Fappish
ID gkcgpldlokenmhemengdaomdpihbboif
官方網址 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"
            ]
        }
    ]
}