Coloe Cookie Crusher

This extension clears all cookies in your browser and refreshes the current page.

Coloe Cookie Crusher क्या है?

Coloe Cookie Crusher Fat Cattitude, LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension clears all cookies in your browser and refreshes the current page."।

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

screenshot

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

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

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

                        Clear a website's cookies and refresh the page all in one click!                    

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

नाम Coloe Cookie Crusher Coloe Cookie Crusher
ID mjmcjndganfnecmceegfkjmhnlngfohh
आधिकारिक URL https://chromewebstore.google.com/detail/coloe-cookie-crusher/mjmcjndganfnecmceegfkjmhnlngfohh
विवरण This extension clears all cookies in your browser and refreshes the current page.
फ़ाइल का आकार 30.35 KB
स्थापना संख्या 286
वर्तमान संस्करण 0.0.0.6
अंतिम अपडेट 2023-07-30
प्रकाशन तिथि 2018-08-14
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर Fat Cattitude, LLC
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coloe Cookie Crusher",
    "description": "This extension clears all cookies in your browser and refreshes the current page.",
    "version": "0.0.0.6",
    "incognito": "split",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    }
}