Simp Downloader
A downloader that improves several file hosting sites by allowing users to download all files in an album as a .zip archive
Was ist Simp Downloader?
Simp Downloader ist eine Chrome-Erweiterung, die von Hugh Mungus entwickelt wurde, und ihr Hauptmerkmal ist "A downloader that improves several file hosting sites by allowing users to download all files in an album as a .zip archive".
Erweiterungsscreenshots
Simp Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Simp Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Makes it quick and easy to download bunkr.ru albums (and more)! Currently supported: * bunkr * cyberdrop. * ~~gofile~~ (currently unsupported after their update) Support for more sites is planned! Please be aware that .zip generation may fail if the total size of the files is above 2 GB. I am trying to find a solution for this issue.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bcpbbfmibcflgkebpnlplaaakdjgkkgb |
Offizielle URL | https://chrome.google.com/webstore/detail/simp-downloader/bcpbbfmibcflgkebpnlplaaakdjgkkgb |
Beschreibung | A downloader that improves several file hosting sites by allowing users to download all files in an album as a .zip archive |
Dateigröße | 97.15 KB |
Installationsanzahl | 4,450 |
Aktuelle Version | 2.3.0 |
Letztes Update | 2023-02-07 |
Veröffentlichungsdatum | 2022-10-16 |
Bewertung | 2.94/5 Insgesamt 17 Bewertungen |
Entwickler | Hugh Mungus |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Simp Downloader", "description": "A downloader that improves several file hosting sites by allowing users to download all files in an album as a .zip archive", "version": "2.3.0", "icons": { "16": "logo\/logo-16.png", "48": "logo\/logo-48.png", "128": "logo\/logo-128.png" }, "permissions": [ "downloads", "declarativeNetRequestWithHostAccess", "scripting" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset", "enabled": true, "path": "rules.json" } ] }, "web_accessible_resources": [ { "matches": [ " |