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"
            ]
        }
    ]
}