NoImages

Save loading time in slow internet connections by removing all images from the page

NoImagesคืออะไร?

NoImages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Save loading time in slow internet connections by removing all images from the page"

ภาพหน้าจอของส่วนขยาย

screenshot

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

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

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

                        Do you have a slow internet connection while traveling abroad or just with your regular ISP ? Save loading time in slow internet connections by removing all images from the page using this nifty extension.                    

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

ชื่อ NoImages NoImages
ID fkmkefpehlolmdiloilglfcojbomaoii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/noimages/fkmkefpehlolmdiloilglfcojbomaoii
คำอธิบาย Save loading time in slow internet connections by removing all images from the page
ขนาดไฟล์ 14.2 KB
จำนวนการติดตั้ง 4,151
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2015-05-25
วันที่เผยแพร่ 2015-05-22
คะแนน 1.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NoImages",
    "description": "Save loading time in slow internet connections by removing all images from the page",
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}