Thingiverse ++

Enhance your thingiverse.com experience with auto login, better infinite scrolling, a modern design and several bugfixes.

Thingiverse ++ क्या है?

Thingiverse ++ Benjamin Butschell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your thingiverse.com experience with auto login, better infinite scrolling, a modern design and several bugfixes."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Thingiverse ++ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Saves your login session, better infinite-scrolling, better gallery with bigger images, better file download list, fixed header, better search and a new flat design

Be aware that when you use the auto login feature, your username and password are stored  in clear text in your local storage. If you do not want this, don't use this feature.

Also be aware that makerbot/thingiverse.com amazon affiliate links are replaced with the developers affiliate links to support the development of this extension.                    

एक्सटेंशन की मूल जानकारी

नाम Thingiverse ++ Thingiverse ++
ID dahlionodmjcndnmenoahbbildkledde
आधिकारिक URL https://chrome.google.com/webstore/detail/thingiverse-++/dahlionodmjcndnmenoahbbildkledde
विवरण Enhance your thingiverse.com experience with auto login, better infinite scrolling, a modern design and several bugfixes.
फ़ाइल का आकार 113 KB
स्थापना संख्या 3,356
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2019-09-13
प्रकाशन तिथि 2019-09-13
रेटिंग 3.00/5 कुल 21 रेटिंग्स
डेवलपर Benjamin Butschell
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thingiverse ++",
    "version": "1.0.0",
    "author": "Benjamin Butschell",
    "manifest_version": 2,
    "description": "Enhance your thingiverse.com experience with auto login, better infinite scrolling, a modern design and several bugfixes.",
    "options_ui": {
        "page": "src\/html\/options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "src\/html\/options.html",
        "default_icon": "icons\/icon16.png"
    },
    "permissions": [
        "contentSettings",
        "storage",
        "https:\/\/www.thingiverse.com\/*",
        "https:\/\/thingiverse.com\/*",
        "https:\/\/accounts.thingiverse.com\/*",
        "https:\/\/accounts.thingiverse.com\/login"
    ],
    "web_accessible_resources": [
        "src\/css\/enhancedThingFiles.css",
        "src\/js\/scripts\/exploreFilterContent.js",
        "src\/css\/gallery.css",
        "src\/css\/fixedHeader.css",
        "src\/css\/flatdesign.css",
        "src\/html\/toast.html",
        "src\/html\/loading.html"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "css": [
                "src\/css\/inject.css"
            ],
            "js": [
                "src\/js\/vendor\/jquery.min.js",
                "src\/js\/vendor\/infinitescroll.js",
                "src\/js\/scripts\/utility.js",
                "src\/js\/scripts\/autologin.js",
                "src\/js\/scripts\/default.js",
                "src\/js\/scripts\/defaultPopularCategory.js",
                "src\/js\/scripts\/defaultPopularSearch.js",
                "src\/js\/scripts\/enhancedThingFiles.js",
                "src\/js\/scripts\/exploreFilter.js",
                "src\/js\/scripts\/fixedHeader.js",
                "src\/js\/scripts\/flappeningContentBox.js",
                "src\/js\/scripts\/flatdesign.js",
                "src\/js\/scripts\/gallery.js",
                "src\/js\/scripts\/infinitescrolling.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.thingiverse.com\/*",
                "https:\/\/thingiverse.com\/*",
                "https:\/\/accounts.thingiverse.com\/*"
            ]
        }
    ]
}