T-Shirt Bomb Imager (Gravy)

Same app, new name! View and download all your Teespring shirts, some with bodies included too!

Что такое T-Shirt Bomb Imager (Gravy)?

T-Shirt Bomb Imager (Gravy) - это расширение Chrome, разработанное GravyCode, и его основная функция - "Same app, new name! View and download all your Teespring shirts, some with bodies included too!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения T-Shirt Bomb Imager (Gravy)

Скачайте файлы расширений T-Shirt Bomb Imager (Gravy) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Same app name name.

This extension and you'll be able to easily view your Teespring images. This includes shirts on human bodies.

Try it and have fun! Just click the icon to the right of the address bar to see the result.

(Exact images not guaranteed!)                    

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

Название T-Shirt Bomb Imager (Gravy) T-Shirt Bomb Imager (Gravy)
ID inggbbmmckifppjbldhlhnibklcdmnem
Официальный URL https://chromewebstore.google.com/detail/t-shirt-bomb-imager-gravy/inggbbmmckifppjbldhlhnibklcdmnem
Описание Same app, new name! View and download all your Teespring shirts, some with bodies included too!
Размер файла 16.45 KB
Количество установок 602
Текущая Версия 1.0.9.3
Последнее Обновление 2015-06-11
Дата публикации 2015-06-10
Рейтинг 3.46/5 Всего 48 оценок
Разработчик GravyCode
Тип оплаты in_app
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "browser_action": {
        "default_icon": "128.png"
    },
    "name": "T-Shirt Bomb Imager (Gravy)",
    "short_name": "T-Shirt Bomb Imager (Gravy)",
    "description": "Same app, new name! View and download all your Teespring shirts, some with bodies included too!",
    "version": "1.0.9.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "backgroundlikefile.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "*:\/\/teespring.com\/*",
        "*:\/\/*.teespring.com\/*",
        "storage",
        "contextMenus",
        "downloads",
        "activeTab"
    ]
}