Fappish

ImageFap.com keyboard shortcuts

Fappishคืออะไร?

Fappish เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fanprog และคุณลักษณะหลักของมันคือ "ImageFap.com keyboard shortcuts"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fappish

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
            ]
        }
    ]
}