T-Shirt Bomb Imager (Gravy)
Same app, new name! View and download all your Teespring shirts, some with bodies included too!
O que é T-Shirt Bomb Imager (Gravy)?
T-Shirt Bomb Imager (Gravy) é uma extensão do Chrome desenvolvida por GravyCode, e sua principal característica é "Same app, new name! View and download all your Teespring shirts, some with bodies included too!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão T-Shirt Bomb Imager (Gravy)
Baixe arquivos de extensão T-Shirt Bomb Imager (Gravy) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!)
Informações Básicas da Extensão
Nome | T-Shirt Bomb Imager (Gravy) |
ID | inggbbmmckifppjbldhlhnibklcdmnem |
URL Oficial | https://chromewebstore.google.com/detail/t-shirt-bomb-imager-gravy/inggbbmmckifppjbldhlhnibklcdmnem |
Descrição | Same app, new name! View and download all your Teespring shirts, some with bodies included too! |
Tamanho do Arquivo | 16.45 KB |
Contagem de Instalações | 602 |
Versão Atual | 1.0.9.3 |
Última Atualização | 2015-06-11 |
Data de Publicação | 2015-06-10 |
Classificação | 3.46/5 Total de 48 Avaliações |
Desenvolvedor | GravyCode |
Tipo de Pagamento | in_app |
Idiomas Suportados | 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" ] } |