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) là gì?

T-Shirt Bomb Imager (Gravy) là một tiện ích mở rộng Chrome được phát triển bởi GravyCode, và tính năng chính của nó là "Same app, new name! View and download all your Teespring shirts, some with bodies included too!".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng T-Shirt Bomb Imager (Gravy)

Tải xuống các tệp mở rộng T-Shirt Bomb Imager (Gravy) 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

                        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!)                    

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

Tên T-Shirt Bomb Imager (Gravy) T-Shirt Bomb Imager (Gravy)
ID inggbbmmckifppjbldhlhnibklcdmnem
URL Chính Thức https://chromewebstore.google.com/detail/t-shirt-bomb-imager-gravy/inggbbmmckifppjbldhlhnibklcdmnem
Mô tả Same app, new name! View and download all your Teespring shirts, some with bodies included too!
Kích Thước Tệp 16.45 KB
Số Lần Cài Đặt 602
Phiên Bản Hiện Tại 1.0.9.3
Cập Nhật Lần Cuối 2015-06-11
Ngày Phát Hành 2015-06-10
Đánh Giá 3.46/5 Tổng số 48 Đánh Giá
Nhà Phát Triển GravyCode
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}