Cache Cleaner

Clear browser cache for the last week.

Cache Cleaner क्या है?

Cache Cleaner Maxym Gorbenko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clear browser cache for the last week."।

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

screenshot
screenshot

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

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

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

                        Clear browser cache for the last week.                    

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

नाम Cache Cleaner Cache Cleaner
ID ekcjobkhkmknjjfenofigfkncfjfdmjo
आधिकारिक URL https://chromewebstore.google.com/detail/cache-cleaner/ekcjobkhkmknjjfenofigfkncfjfdmjo
विवरण Clear browser cache for the last week.
फ़ाइल का आकार 63.65 KB
स्थापना संख्या 847
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-05-10
प्रकाशन तिथि 2017-05-10
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Maxym Gorbenko
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cache Cleaner",
    "short_name": "CC",
    "version": "1.0",
    "author": "Maxym Gorbenko",
    "description": "Clear browser cache for the last week.",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "browsingData",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Clear cache!",
        "default_icon": "icons\/128x128.png"
    }
}