Fappish

ImageFap.com keyboard shortcuts

Fappish là gì?

Fappish là một tiện ích mở rộng Chrome được phát triển bởi fanprog, và tính năng chính của nó là "ImageFap.com keyboard shortcuts".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fappish

Tải xuống các tệp mở rộng Fappish dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fappish Fappish
ID gkcgpldlokenmhemengdaomdpihbboif
URL Chính Thức https://chrome.google.com/webstore/detail/fappish/gkcgpldlokenmhemengdaomdpihbboif
Mô tả ImageFap.com keyboard shortcuts
Kích Thước Tệp 28.76 KB
Số Lần Cài Đặt 146
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2013-03-16
Ngày Phát Hành 2013-03-16
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển fanprog
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}