T-Shirt Bomb Imager (Gravy)

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

Cos'è T-Shirt Bomb Imager (Gravy)?

T-Shirt Bomb Imager (Gravy) è un'estensione di Chrome sviluppata da GravyCode, e la sua funzione principale è "Same app, new name! View and download all your Teespring shirts, some with bodies included too!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione T-Shirt Bomb Imager (Gravy)

Scarica i file di estensione T-Shirt Bomb Imager (Gravy) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome T-Shirt Bomb Imager (Gravy) T-Shirt Bomb Imager (Gravy)
ID inggbbmmckifppjbldhlhnibklcdmnem
URL Ufficiale https://chromewebstore.google.com/detail/t-shirt-bomb-imager-gravy/inggbbmmckifppjbldhlhnibklcdmnem
Descrizione Same app, new name! View and download all your Teespring shirts, some with bodies included too!
Dimensione del File 16.45 KB
Conteggio Installazioni 602
Versione Corrente 1.0.9.3
Ultimo Aggiornamento 2015-06-11
Data di Pubblicazione 2015-06-10
Valutazione 3.46/5 Totale 48 Valutazioni
Sviluppatore GravyCode
Tipo di Pagamento in_app
Lingue Supportate 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"
    ]
}