Thingiverse Fixer

Download all as Zip, and remove timer and ads from individual downloads.

Thingiverse Fixer क्या है?

Thingiverse Fixer matthew.starrman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download all as Zip, and remove timer and ads from individual downloads."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Thingiverse Fixer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}