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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GravyCode และคุณลักษณะหลักของมันคือ "Same app, new name! View and download all your Teespring shirts, some with bodies included too!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย T-Shirt Bomb Imager (Gravy)
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |