Cache Buster

adds a buster to your calls

Cache Buster क्या है?

Cache Buster LumberjackOtters द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "adds a buster to your calls"।

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

screenshot

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

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

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

                        This extension adds a buster to your pages to avoid caching, enjoy :)                    

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

नाम Cache Buster Cache Buster
ID ohmdlkcmlkalaplcocbkaiilcdlldlaj
आधिकारिक URL https://chromewebstore.google.com/detail/cache-buster/ohmdlkcmlkalaplcocbkaiilcdlldlaj
विवरण adds a buster to your calls
फ़ाइल का आकार 26.45 KB
स्थापना संख्या 207
वर्तमान संस्करण 1.2
अंतिम अपडेट 2020-10-25
प्रकाशन तिथि 2017-05-13
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर LumberjackOtters
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cache Buster",
    "description": "adds a buster to your calls",
    "icons": {
        "16": "icons\/icon16.png",
        "20": "icons\/icon20.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "version": "1.2",
    "background": {
        "scripts": [
            "buster.js"
        ]
    },
    "options_page": "config\/config.html",
    "browser_action": {
        "name": "Click to activate the cache buster"
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}