Save resources

Save resources to be accesible later

什么是Save resources?

Save resources是由emily.a.poulou开发的Chrome扩展程序,该扩展的主要功能是“Save resources to be accesible later”。

扩展截图

screenshot

下载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                    

扩展基本信息

名称 Save resources Save resources
ID deplmjkmimapgmlfkidfabbbmokkmkkj
官方URL 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"
            ]
        }
    ]
}