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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save files from the Internet to your 4shared account with one click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Save to 4shared एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        "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:\/\/*\/*"
    ]
}