Stopbot
Easily turn image loading on and off to reduce data usage and speed up page loads.
Stopbotคืออะไร?
Stopbot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonathan Kirst และคุณลักษณะหลักของมันคือ "Easily turn image loading on and off to reduce data usage and speed up page loads."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stopbot
ดาวน์โหลดไฟล์ส่วนขยาย Stopbot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When turned on, Stopbot changes your Chrome Content Settings to block images. To turn it on and block images, just click the extension icon at the top right of your browser. If you want to turn images back on, simply click it again and reload the page. For a full description from Google about these settings, read more here: https://support.google.com/chrome/answer/2392971?hl=en
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Stopbot |
ID | ihdeebmfbnbncbkdfeleapkghoalldmg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/stopbot/ihdeebmfbnbncbkdfeleapkghoalldmg |
คำอธิบาย | Easily turn image loading on and off to reduce data usage and speed up page loads. |
ขนาดไฟล์ | 4.94 KB |
จำนวนการติดตั้ง | 77 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2013-07-14 |
วันที่เผยแพร่ | 2013-07-14 |
คะแนน | 4.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Jonathan Kirst |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stopbot", "description": "Easily turn image loading on and off to reduce data usage and speed up page loads.", "version": "1.0.4", "permissions": [ "contentSettings" ], "browser_action": { "default_icon": "photos.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |