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!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة T-Shirt Bomb Imager (Gravy)

قم بتنزيل ملفات الامتداد T-Shirt Bomb Imager (Gravy) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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) 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"
    ]
}