T-Shirt Bomb Imager (Gravy)
Same app, new name! View and download all your Teespring shirts, some with bodies included too!
¿Qué es T-Shirt Bomb Imager (Gravy)?
T-Shirt Bomb Imager (Gravy) es una extensión de Chrome desarrollada por GravyCode, y su función principal es "Same app, new name! View and download all your Teespring shirts, some with bodies included too!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión T-Shirt Bomb Imager (Gravy)
Descarga archivos de extensión T-Shirt Bomb Imager (Gravy) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!)
Información Básica de la Extensión
Nombre | T-Shirt Bomb Imager (Gravy) |
ID | inggbbmmckifppjbldhlhnibklcdmnem |
URL Oficial | https://chromewebstore.google.com/detail/t-shirt-bomb-imager-gravy/inggbbmmckifppjbldhlhnibklcdmnem |
Descripción | Same app, new name! View and download all your Teespring shirts, some with bodies included too! |
Tamaño del Archivo | 16.45 KB |
Cantidad de Instalaciones | 602 |
Versión Actual | 1.0.9.3 |
Última Actualización | 2015-06-11 |
Fecha de Publicación | 2015-06-10 |
Calificación | 3.46/5 Total de 48 Calificaciones |
Desarrollador | GravyCode |
Tipo de Pago | in_app |
Idiomas Soportados | 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" ] } |