Save to 4shared

Save files from the Internet to your 4shared account with one click.

什么是Save to 4shared?

Save to 4shared是由https://www.4shared.com开发的Chrome扩展程序,该扩展的主要功能是“Save files from the Internet to your 4shared account with one click.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Save to 4shared扩展crx文件

下载Save to 4shared扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        "Save to 4shared" is a useful extension that saves your time.

Save any file you found on the web directly to your 4shared account in just 2 clicks. It is as easy as downloading to your computer.

How does it work?
1. Right click the image or link to any file
2. Choose "Save to 4shared" from context menu
3. Saving progress will show up. 
4. When saving is completed you can easily manage or share your file from 4shared account.

Note: All downloads are being processed in background so you can continue surfing while your files are being downloaded.


Time Matters! "Save to 4shared" Makes It Easier To Save Files to Your 4Shared Account.

Save to 4shared is a lightweight and useful extension that allows you to save any file from the Web to your 4shared account in a few seconds. It is specially made to save your time, providing you with a more comfortable browsing experience. 


Additional features
- You will like that you do not need to stop surfing upon saving. The download will be processed in the background. 
- Now you can save files from such websites as Vimeo, YouTube or Soundcloud directly to your 4shared account.                    

扩展基本信息

名称 Save to 4shared Save to 4shared
ID adnkagodbfngmdajbbocegjnllfmdaie
官方URL https://chromewebstore.google.com/detail/save-to-4shared/adnkagodbfngmdajbbocegjnllfmdaie
简介 Save files from the Internet to your 4shared account with one click.
文件大小 110 KB
安装次数 10,000
当前版本 2.4
更新时间 2014-09-03
上架时间 2014-09-03
评分 4.26/5 共749次评分
开发者 https://www.4shared.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to 4shared",
    "version": "2.4",
    "manifest_version": 2,
    "description": "Save files from the Internet to your 4shared account with one click.",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "59": "img\/59.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "js\/chrome_ex_oauthsimple.js",
            "js\/chrome_ex_oauth.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/services.js"
            ],
            "css": [
                "css\/services.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "img\/vimeo4shared.png",
        "chrome_ex_oauth.html"
    ],
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}