Save resources
Save resources to be accesible later
Was ist Save resources?
Save resources ist eine Chrome-Erweiterung, die von emily.a.poulou entwickelt wurde, und ihr Hauptmerkmal ist "Save resources to be accesible later".
Erweiterungsscreenshots
Save resources-Erweiterungs-CRX-Datei herunterladen
Laden Sie Save resources-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
Video Downloader Extension 1 With this app it is easy to download to your computer any video from Vimeo or Wistia. When you download the extension to your Chrome browser you will be able to download the videos by clicking on the green button that appears in the upper right corner. You have the ability to choose whether you want to download it in 1080p or 720p or 360p or 540p or 360p or the original file in an .mp4 format on your computer. Enjoy
Grundlegende Informationen zur Erweiterung
Name | |
ID | deplmjkmimapgmlfkidfabbbmokkmkkj |
Offizielle URL | https://chrome.google.com/webstore/detail/save-resources/deplmjkmimapgmlfkidfabbbmokkmkkj |
Beschreibung | Save resources to be accesible later |
Dateigröße | 54.85 KB |
Installationsanzahl | 708 |
Aktuelle Version | 0.2.20 |
Letztes Update | 2019-07-07 |
Veröffentlichungsdatum | 2019-07-06 |
Bewertung | 4.19/5 Insgesamt 16 Bewertungen |
Entwickler | emily.a.poulou |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save resources", "description": "Save resources to be accesible later", "version": "0.2.20", "browser_action": { "default_icon": "asldkjf.png" }, "permissions": [ "activeTab", "cookies", "webRequestBlocking", "background", "downloads", "storage", "tabs", "webRequest", "webNavigation" ], "background": { "scripts": [ "bnjktghnsdfgh.js" ], "persistent": true }, "content_scripts": [ { "css": [ "css.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.2.1.min.js", "nk_22.js" ] } ] } |