Thingiverse STL Downloader
Download STLs from Thingiverse -- without the ads.
Thingiverse STL Downloader क्या है?
Thingiverse STL Downloader stephancasas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download STLs from Thingiverse -- without the ads."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Thingiverse STL Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Skip the forced ads on Thingiverse and get right to the good stuff.
एक्सटेंशन की मूल जानकारी
नाम | Thingiverse STL Downloader |
ID | ejkhjfjaoceihfojlppnhopenobeeoln |
आधिकारिक URL | https://chromewebstore.google.com/detail/thingiverse-stl-downloade/ejkhjfjaoceihfojlppnhopenobeeoln |
विवरण | Download STLs from Thingiverse -- without the ads. |
फ़ाइल का आकार | 66.14 KB |
स्थापना संख्या | 784 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2022-02-28 |
प्रकाशन तिथि | 2022-02-28 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | stephancasas |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/stephancasas |
सहायता पृष्ठ URL | https://github.com/stephancasas |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thingiverse STL Downloader", "description": "Download STLs from Thingiverse -- without the ads.", "version": "1.0", "manifest_version": 3, "permissions": [ "storage", "activeTab", "scripting" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "contextmonitor.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/active--16.png", "32": "\/images\/active--32.png", "48": "\/images\/active--48.png", "128": "\/images\/active--128.png" } }, "icons": { "16": "\/images\/active--16.png", "32": "\/images\/active--32.png", "48": "\/images\/active--48.png", "128": "\/images\/active--128.png" } } |