Save resources
Save resources to be accesible later
什麼是Save resources?
Save resources是由emily.a.poulou開發的Chrome擴展程式,該擴展的主要功能是“Save resources to be accesible later”。
擴展截圖
下載Save resources擴展crx文件
下載Save resources擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | deplmjkmimapgmlfkidfabbbmokkmkkj |
官方網址 | https://chrome.google.com/webstore/detail/save-resources/deplmjkmimapgmlfkidfabbbmokkmkkj |
簡介 | Save resources to be accesible later |
檔案大小 | 54.85 KB |
安裝次數 | 708 |
目前版本 | 0.2.20 |
更新時間 | 2019-07-07 |
上架時間 | 2019-07-06 |
評分 | 4.19/5 共 16 次評分 |
開發者 | emily.a.poulou |
付費類型 | free |
支援的語言 | 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" ] } ] } |