Forget — clear history with one click

Protect your privacy and clear your browsing history with one simple click!

Forget — clear history with one click क्या है?

Forget — clear history with one click Virae द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Protect your privacy and clear your browsing history with one simple click!"।

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

screenshot

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

crx प्रारूप में Forget — clear history with one click एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Clear your browsing history and cache with one easy click!

Take control over your privacy and browsing data. Browsers keep track of your online activity and websites you visit may gather cookies or collect personal information about you. Protect your private data with our extension.

Forget is heavily inspired by Firefox "Forget button".                    

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

नाम Forget — clear history with one click Forget — clear history with one click
ID pcdnmhdaiehinndodginnphbakcoffoa
आधिकारिक URL https://chromewebstore.google.com/detail/forget-%E2%80%94-clear-history-wi/pcdnmhdaiehinndodginnphbakcoffoa
विवरण Protect your privacy and clear your browsing history with one simple click!
फ़ाइल का आकार 62.97 KB
स्थापना संख्या 14,382
वर्तमान संस्करण 1.6
अंतिम अपडेट 2022-06-17
प्रकाशन तिथि 2015-01-19
रेटिंग 4.09/5 कुल 22 रेटिंग्स
डेवलपर Virae
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon.png",
            "38": "img\/[email protected]"
        },
        "default_title": "__MSG_app_name__",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon_48.png",
        "16": "img\/icon_16.png"
    },
    "default_locale": "en",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "permissions": [
        "browsingData"
    ],
    "short_name": "__MSG_app_shortname__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6"
}