NoImages
Save loading time in slow internet connections by removing all images from the page
NoImages là gì?
NoImages là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Save loading time in slow internet connections by removing all images from the page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NoImages
Tải xuống các tệp mở rộng NoImages dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NoImages |
ID | fkmkefpehlolmdiloilglfcojbomaoii |
URL Chính Thức | https://chromewebstore.google.com/detail/noimages/fkmkefpehlolmdiloilglfcojbomaoii |
Mô tả | Save loading time in slow internet connections by removing all images from the page |
Kích Thước Tệp | 14.2 KB |
Số Lần Cài Đặt | 4,151 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2015-05-25 |
Ngày Phát Hành | 2015-05-22 |
Đánh Giá | 1.86/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |