T-Shirt Bomb Imager (Gravy)

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

Was ist T-Shirt Bomb Imager (Gravy)?

T-Shirt Bomb Imager (Gravy) ist eine Chrome-Erweiterung, die von GravyCode entwickelt wurde, und ihr Hauptmerkmal ist "Same app, new name! View and download all your Teespring shirts, some with bodies included too!".

Erweiterungsscreenshots

screenshot

T-Shirt Bomb Imager (Gravy)-Erweiterungs-CRX-Datei herunterladen

Laden Sie T-Shirt Bomb Imager (Gravy)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name T-Shirt Bomb Imager (Gravy) T-Shirt Bomb Imager (Gravy)
ID inggbbmmckifppjbldhlhnibklcdmnem
Offizielle URL https://chromewebstore.google.com/detail/t-shirt-bomb-imager-gravy/inggbbmmckifppjbldhlhnibklcdmnem
Beschreibung Same app, new name! View and download all your Teespring shirts, some with bodies included too!
Dateigröße 16.45 KB
Installationsanzahl 602
Aktuelle Version 1.0.9.3
Letztes Update 2015-06-11
Veröffentlichungsdatum 2015-06-10
Bewertung 3.46/5 Insgesamt 48 Bewertungen
Entwickler GravyCode
Zahlungsart in_app
Unterstützte Sprachen 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"
    ]
}