Save resources
Save resources to be accesible later
Apa itu Save resources?
Save resources adalah ekstensi Chrome yang dikembangkan oleh emily.a.poulou, dan fitur utamanya adalah "Save resources to be accesible later".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Save resources
Unduh file ekstensi Save resources dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | deplmjkmimapgmlfkidfabbbmokkmkkj |
URL Resmi | https://chrome.google.com/webstore/detail/save-resources/deplmjkmimapgmlfkidfabbbmokkmkkj |
Deskripsi | Save resources to be accesible later |
Ukuran File | 54.85 KB |
Jumlah Instalasi | 708 |
Versi Saat Ini | 0.2.20 |
Terakhir Diperbarui | 2019-07-07 |
Tanggal Publikasi | 2019-07-06 |
Penilaian | 4.19/5 Total 16 Penilaian |
Pengembang | emily.a.poulou |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |