Clear & Reload

Wipe browser dumps and reloads current tab to perform cache free operations.

Clear & Reload क्या है?

Clear & Reload Sabarish Srinivasan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Wipe browser dumps and reloads current tab to perform cache free operations."।

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

screenshot
screenshot
screenshot

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

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

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

                        Simple extension help you to clear Caches,Cookies,History and Download history and much more. Also, it reloads the current tab after clearing to make developers/testers to test the application quickly without any cache holding problems.                    

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

नाम Clear & Reload Clear & Reload
ID bjliapfodonnhhonikmjgpjnophbmalk
आधिकारिक URL https://chromewebstore.google.com/detail/clear-reload/bjliapfodonnhhonikmjgpjnophbmalk
विवरण Wipe browser dumps and reloads current tab to perform cache free operations.
फ़ाइल का आकार 21.68 KB
स्थापना संख्या 271
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2020-05-06
प्रकाशन तिथि 2020-05-06
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर Sabarish Srinivasan
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear & Reload",
    "version": "1.0.2",
    "description": "Wipe browser dumps and reloads current tab to perform cache free operations.",
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "browsingData"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}