BiggerPic

Takes you directly to the bigger picture on TinyPic.

Что такое BiggerPic?

BiggerPic - это расширение Chrome, разработанное Waha, и его основная функция - "Takes you directly to the bigger picture on TinyPic.".

Скачать файл CRX расширения BiggerPic

Скачайте файлы расширений BiggerPic в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        TinyPic made some change a while back that forced you to view their stupid gallery view of a photo when you try to access it directly. This allows you to access it directly, bypassing that gallery view.

If you have any issues please post the URL of the raw image and the gallery URL (looks like http://tinypic.com/view.php?pic=BLAH&s=NUMBER)                    

Основная информация о расширении

Название BiggerPic BiggerPic
ID ednnacfdjdinebpoafbggebiialnigml
Официальный URL https://chrome.google.com/webstore/detail/biggerpic/ednnacfdjdinebpoafbggebiialnigml
Описание Takes you directly to the bigger picture on TinyPic.
Размер файла 3.25 KB
Количество установок 15
Текущая Версия 0.2
Последнее Обновление 2013-08-30
Дата публикации 2013-08-30
Разработчик Waha
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BiggerPic",
    "description": "Takes you directly to the bigger picture on TinyPic.",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "version": "0.2",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*.tinypic.com\/*"
    ]
}