Tab Cleaner - Clear Tab Cache & Data

Chrome extension to clear active tab cache & data. Extension clears data of active tab only, so all other website are not affected.

Tab Cleaner - Clear Tab Cache & Data क्या है?

Tab Cleaner - Clear Tab Cache & Data Anglerfox द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension to clear active tab cache & data. Extension clears data of active tab only, so all other website are not affected."।

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

screenshot
screenshot

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

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

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

                        Chrome extension to clear active tab cache & data. This extension clears data of active tab only, not entire browser. So, other websites are not affected or logged out.

Features:
- Clear current tab cache, data, and cookies.
- Now, No need to clear entire browser data just for one website.
- Simple one click
- Also, Invalidates server cache. So, even if your server caches the data ( JS, CSS & Images ). Extension will force to download fresh file from server.
- Best productivity tool for developers.

Tab Cleaner works on all version of chrome, but works best on Chrome version 74 or later. It can clear cookies, tab data, browser history, browser data and much more.                    

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

नाम Tab Cleaner - Clear Tab Cache & Data Tab Cleaner - Clear Tab Cache & Data
ID phejpmdghdgnapioliefemibihdpooej
आधिकारिक URL https://chromewebstore.google.com/detail/tab-cleaner-clear-tab-cac/phejpmdghdgnapioliefemibihdpooej
विवरण Chrome extension to clear active tab cache & data. Extension clears data of active tab only, so all other website are not affected.
फ़ाइल का आकार 56.79 KB
स्थापना संख्या 463
वर्तमान संस्करण 2.3.3
अंतिम अपडेट 2023-09-26
प्रकाशन तिथि 2019-05-11
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर Anglerfox
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Cleaner - Clear Tab Cache & Data",
    "version": "2.3.3",
    "description": "Chrome extension to clear active tab cache & data. Extension clears data of active tab only, so all other website are not affected.",
    "browser_action": {
        "default_title": "Clear Active Tab Data",
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage",
        "cookies",
        "browsingData",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "notifications"
    ],
    "optional_permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}