Thingiverse Fixer
Download all as Zip, and remove timer and ads from individual downloads.
什麼是Thingiverse Fixer?
Thingiverse Fixer是由matthew.starrman開發的Chrome擴展程式,該擴展的主要功能是“Download all as Zip, and remove timer and ads from individual downloads.”。
擴展截圖
下載Thingiverse Fixer擴展crx文件
下載Thingiverse Fixer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Thingiverse Fixer |
ID | gjblbjafihaecbpkfjckmdbjjchgpgdb |
官方網址 | https://chromewebstore.google.com/detail/thingiverse-fixer/gjblbjafihaecbpkfjckmdbjjchgpgdb |
簡介 | Download all as Zip, and remove timer and ads from individual downloads. |
檔案大小 | 28.52 KB |
安裝次數 | 2,583 |
目前版本 | 1.3.0 |
更新時間 | 2022-12-21 |
上架時間 | 2022-02-25 |
評分 | 4.00/5 共 12 次評分 |
開發者 | matthew.starrman |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |