Clear This Site!

Clear This Site! deletes all data from the current site only.

Clear This Site! क्या है?

Clear This Site! philipcolejohnson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clear This Site! deletes all data from the current site only."।

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

screenshot
screenshot

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

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

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

                        Clearing a site shouldn't log you out of everything else. Make the current site forget you while leaving other sites alone.

- One button. Dead simple!
- Easy way to get a fresh start on your current site
- Leaves data from other sites alone
- Clear cookies, session data, local storage, and plugin data
- Much faster than opening up dev tools
- Configurable. Reload? Sure. Save your cookies? No problem.                    

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

नाम Clear This Site! Clear This Site!
ID lljaigckaodgklopfdnbjednjfeffoak
आधिकारिक URL https://chromewebstore.google.com/detail/clear-this-site/lljaigckaodgklopfdnbjednjfeffoak
विवरण Clear This Site! deletes all data from the current site only.
फ़ाइल का आकार 84.18 KB
स्थापना संख्या 47
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2021-03-03
प्रकाशन तिथि 2019-11-16
डेवलपर philipcolejohnson
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear This Site!",
    "version": "2.0.0",
    "author": "Philip Cole Johnson",
    "description": "Clear This Site! deletes all data from the current site only.",
    "permissions": [
        "activeTab",
        "browsingData",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "action": {
        "default_title": "Clear This Site!",
        "default_icon": {
            "16": "images\/trash-16.png",
            "32": "images\/trash-32.png",
            "48": "images\/trash-48.png",
            "128": "images\/trash-128.png"
        }
    },
    "icons": {
        "16": "images\/trash-16.png",
        "32": "images\/trash-32.png",
        "48": "images\/trash-48.png",
        "128": "images\/trash-128.png"
    },
    "manifest_version": 3
}