Clear Downloads Plugin

This extension will allow you to clear your downloads with one click

Clear Downloads Plugin क्या है?

Clear Downloads Plugin prem.nirmal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will allow you to clear your downloads with one click"।

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

screenshot

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

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

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

                        With the updated google chrome browser, you now have to go through a few clicks to clear your downloads. This can be annoying for an impatient person like me. This simple chrome plugin allows you to clear your downloads with one click :)                    

एक्सटेंशन की मूल जानकारी

नाम Clear Downloads Plugin Clear Downloads Plugin
ID okkpnkhmlpilfilmflchpbmkbcegiaeo
आधिकारिक URL https://chromewebstore.google.com/detail/clear-downloads-plugin/okkpnkhmlpilfilmflchpbmkbcegiaeo
विवरण This extension will allow you to clear your downloads with one click
फ़ाइल का आकार 91.38 KB
स्थापना संख्या 61
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2017-04-11
प्रकाशन तिथि 2017-04-11
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर prem.nirmal
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/premnirmal/ClearDownloadsPlugin
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Downloads Plugin",
    "description": "This extension will allow you to clear your downloads with one click",
    "version": "0.0.5",
    "homepage_url": "https:\/\/github.com\/premnirmal\/ClearDownloadsPlugin",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Clear Downloads",
        "default_popup": "popup.html"
    },
    "permissions": [
        "browsingData"
    ],
    "incognito": "split"
}