Clear Cookies, Storage, and Reload Page

Clears the cookies clears the storage and reloads the page

Clear Cookies, Storage, and Reload Page क्या है?

Clear Cookies, Storage, and Reload Page https://platondevs.nl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clears the cookies clears the storage and reloads the page"।

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

screenshot

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

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

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

                        Clean the page cookies, clear the page storage and reload page.
Enjoy using it!

Known limitations: does not clean HttpOnly cookies, only cleans cookies in current page domain.                    

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

नाम Clear Cookies, Storage, and Reload Page Clear Cookies, Storage, and Reload Page
ID ibmecniinmokioelonobooffbpgkeifm
आधिकारिक URL https://chromewebstore.google.com/detail/clear-cookies-storage-and/ibmecniinmokioelonobooffbpgkeifm
विवरण Clears the cookies clears the storage and reloads the page
फ़ाइल का आकार 10.04 KB
स्थापना संख्या 484
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-02-10
प्रकाशन तिथि 2020-02-10
डेवलपर https://platondevs.nl
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL http://platondevs.nl/privacy
गोपनीयता नीति पृष्ठ URL https://platondevs.nl/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Cookies, Storage, and Reload Page",
    "short_name": "CCR-page",
    "description": "Clears the cookies clears the storage and reloads the page",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "ccr_icon_128.png",
        "default_title": "Clear Cookies and Reload"
    },
    "icons": {
        "128": "ccr_icon_128.png"
    },
    "author": {
        "name": "Platon Devs"
    }
}