Image Downloader

te31.com(rgrong), slrclub.com, instagram

Image Downloaderคืออะไร?

Image Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kotree.com และคุณลักษณะหลักของมันคือ "te31.com(rgrong), slrclub.com, instagram"

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

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

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

                        slrclub
instagram
te31.com (rgrong)

에서 이미지를 쉽게 받을 수 있도록 함.                    

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

ชื่อ Image Downloader Image Downloader
ID cgocnfehcmjlhkjjoilopiobelljiafi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/image-downloader/cgocnfehcmjlhkjjoilopiobelljiafi
คำอธิบาย te31.com(rgrong), slrclub.com, instagram
ขนาดไฟล์ 38.17 KB
จำนวนการติดตั้ง 200
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2016-06-09
วันที่เผยแพร่ 2016-06-09
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา kotree.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ ko
manifest.json
{
    "name": "Image Downloader",
    "description": "te31.com(rgrong), slrclub.com, instagram",
    "version": "1.1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "contents.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "rightbutton.js",
        "instagram.js",
        "slrclub.js",
        "jquery.min.js"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        ""
    ],
    "manifest_version": 2
}