Image Remover
It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…
Image Remover là gì?
Image Remover là một tiện ích mở rộng Chrome được phát triển bởi https://danielw.org, và tính năng chính của nó là "It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…".
Ả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 Image Remover
Tải xuống các tệp mở rộng Image Remover 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
It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. ===== Testimonials ===== Person A: "No feedback needed, it's that effective." Person B: "What A said."
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Image Remover |
ID | keimggighiknpiiloncafdmhopgccbbk |
URL Chính Thức | https://chromewebstore.google.com/detail/image-remover/keimggighiknpiiloncafdmhopgccbbk |
Mô tả | It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====… |
Kích Thước Tệp | 7.88 KB |
Số Lần Cài Đặt | 1,528 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-03-03 |
Ngày Phát Hành | 2016-03-02 |
Đánh Giá | 4.44/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://danielw.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.danielw.org |
URL Trang Trợ Giúp | http://www.danielw.org |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Remover", "version": "1.0", "permissions": [ "background", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "16.png", "48": "48.png", "128": "imgremove.png" }, "browser_action": { "default_title": "Click to remove all images", "default_icon": "imgremove.png" }, "manifest_version": 2, "short_name": "Image Remover" } |