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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    }
}