Thingiverse Download All Button

This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz

Vad är Thingiverse Download All Button?

Thingiverse Download All Button är en Chrome-tillägg utvecklad av Coolshrimp Modz, och dess huvudfunktion är "This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz".

Tilläggsskärmbilder

screenshot

Ladda ner Thingiverse Download All Button-förlängningens CRX-fil

Ladda ner Thingiverse Download All Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Recently Thingiverse removed the download all button, and you now have to downloads all files individually.

You can now put a button back on the site and download a single .zip with all files again.                    

Grundläggande Information om Tillägg

Namn Thingiverse Download All Button Thingiverse Download All Button
ID bjllehomeeidigmbhgcgndgabgdccmhn
Officiell webbadress https://chromewebstore.google.com/detail/thingiverse-download-all/bjllehomeeidigmbhgcgndgabgdccmhn
Beskrivning This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz
Filstorlek 39.4 KB
Antal Installationer 684
Aktuell Version 1.0
Senast Uppdaterad 2022-02-23
Publiceringsdatum 2022-02-23
Betyg 4.00/5 Totalt 6 Betyg
Utvecklare Coolshrimp Modz
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://coolshrimpmodz.com
Hjälpsida URL http://coolshrimpmodz.com
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Thingiverse Download All Button",
    "short_name": "Thingiverse Download All Button",
    "icons": {
        "48": "zip-48.png",
        "128": "zip-128.png"
    },
    "description": "This extension will put a button back on Thingiverse pages the download a .zip with all files.  Created By: Coolshrimp Modz",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.thingiverse.com\/thing*"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}