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!”。
扩展截图
下载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) |
ID | inggbbmmckifppjbldhlhnibklcdmnem |
官方URL | 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" ] } |