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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" } } |