Save resources

Save resources to be accesible later

Save resources क्या है?

Save resources emily.a.poulou द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save resources to be accesible later"।

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

screenshot

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

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

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

                        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"
            ]
        }
    ]
}