Giant Bomb Download Helper

Set Giant Bomb videos to download on click and autoset a name.

ما هو Giant Bomb Download Helper؟

Giant Bomb Download Helper هو إضافة Chrome تم تطويرها بواسطة Vince Cima، والميزة الرئيسية لها هي "Set Giant Bomb videos to download on click and autoset a name.".

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

screenshot

تحميل ملف CRX للإضافة Giant Bomb Download Helper

قم بتنزيل ملفات الامتداد Giant Bomb Download Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Collection of tweaks to make downloading videos from GiantBomb.com more pleasant

Currently, it converts the quality links into download links. Simply click on one and it will start downloading.

I am planning on adding the ability to autoname the downloads.                    

معلومات أساسية عن التمديد

الاسم Giant Bomb Download Helper Giant Bomb Download Helper
ID ejfdldfakdhjmfebfpbafiklecjcjile
عنوان URL الرسمي https://chrome.google.com/webstore/detail/giant-bomb-download-helpe/ejfdldfakdhjmfebfpbafiklecjcjile
الوصف Set Giant Bomb videos to download on click and autoset a name.
حجم الملف 22.26 KB
عدد التثبيتات 82
النسخة الحالية 0.1.0
آخر تحديث 2013-12-05
تاريخ النشر 2013-12-05
تقييم 3.67/5 مجموع تقييمات 3
المطور Vince Cima
نوع الدفع free
موقع الإضافة https://github.com/vincecima/gb-download-helper
عنوان صفحة المساعدة https://github.com/vincecima/gb-download-helper
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Giant Bomb Download Helper",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Set Giant Bomb videos to download on click and autoset a name.",
    "homepage_url": "https:\/\/github.com\/vincecima\/gb-download-helper",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.giantbomb.com\/videos\/*"
            ],
            "js": [
                "js\/zepto.min.js",
                "js\/inject.js"
            ]
        }
    ]
}