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)是由GravyCode開發的Chrome擴展程式,該擴展的主要功能是“Same app, new name! View and download all your Teespring shirts, some with bodies included too!”。

擴展截圖

screenshot

下載T-Shirt Bomb Imager (Gravy)擴展crx文件

下載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
官方網址 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"
    ]
}