Thingiverse Fixer
Download all as Zip, and remove timer and ads from individual downloads.
Thingiverse Fixer là gì?
Thingiverse Fixer là một tiện ích mở rộng Chrome được phát triển bởi matthew.starrman, và tính năng chính của nó là "Download all as Zip, and remove timer and ads from individual downloads.".
Ả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 Thingiverse Fixer
Tải xuống các tệp mở rộng Thingiverse Fixer 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
Thingiverse has been getting worse over time. This extension tries to fix some of the issues. Adds a Download ZIP button. Rename the Download Files button to make more sense. Corrects the individual file downloads to by pass the requirement to disable your ad blocker and remove the five second delay. Install this extension if you use thingiverse.com and want some of the above issues corrected.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Thingiverse Fixer |
ID | gjblbjafihaecbpkfjckmdbjjchgpgdb |
URL Chính Thức | https://chromewebstore.google.com/detail/thingiverse-fixer/gjblbjafihaecbpkfjckmdbjjchgpgdb |
Mô tả | Download all as Zip, and remove timer and ads from individual downloads. |
Kích Thước Tệp | 28.52 KB |
Số Lần Cài Đặt | 2,583 |
Phiên Bản Hiện Tại | 1.3.0 |
Cập Nhật Lần Cuối | 2022-12-21 |
Ngày Phát Hành | 2022-02-25 |
Đánh Giá | 4.00/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | matthew.starrman |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thingiverse Fixer", "description": "Download all as Zip, and remove timer and ads from individual downloads.", "version": "1.3.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.thingiverse.com\/*", "http:\/\/www.thingiverse.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/t16.png", "32": "\/images\/t32.png", "48": "\/images\/t48.png", "128": "\/images\/t128.png" } }, "icons": { "16": "\/images\/tz16.png", "32": "\/images\/tz32.png", "48": "\/images\/tz48.png", "128": "\/images\/tz128.png" } } |