DebridItalia Downloader

Get premium links when you visit file hosting websites.

DebridItalia Downloaderคืออะไร?

DebridItalia Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anatoli Nicolae และคุณลักษณะหลักของมันคือ "Get premium links when you visit file hosting websites."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DebridItalia Downloader

ดาวน์โหลดไฟล์ส่วนขยาย DebridItalia Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get premium links when you visit file hosting websites.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DebridItalia Downloader DebridItalia Downloader
ID cimbleeppmefhbfeagaaleppahfljmnb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/debriditalia-downloader/cimbleeppmefhbfeagaaleppahfljmnb
คำอธิบาย Get premium links when you visit file hosting websites.
ขนาดไฟล์ 40.92 KB
จำนวนการติดตั้ง 140
เวอร์ชันปัจจุบัน 0.2.5
อัปเดตครั้งล่าสุด 2017-01-21
วันที่เผยแพร่ 2017-01-21
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Anatoli Nicolae
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "app\/jquery-3.1.1.min.js",
                "app\/main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon-assets\/icon_128.png",
        "16": "icon-assets\/icon_16.png",
        "48": "icon-assets\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "DebridItalia Downloader",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "0.2.5"
}