OneCleaner

One cleaner for browsing history, cache, cookie, and tracking. Configure cleaning on website level.

OneCleaner क्या है?

OneCleaner Emilio Leyva द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One cleaner for browsing history, cache, cookie, and tracking. Configure cleaning on website level."।

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

screenshot

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

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

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

                        Onecleaner is a handy and fast way to clean a browsing history

You can remove all data. Or remove a footprint of the last hour of browsing history.

Unlike many other tools, Onecleaner can remove data on website level.\
Let’s say you want to remove example.com website browsing data. 
Onecleaner removed all data associated with example.com and all the data that is tracked on other domains used on example.com e.g. analytics or tracking pixels.

How to set it up One-click purge:
1. Click on the toolbar icon
2) Select configuration icon
3) Select kinds of data you want to remove
4) Check the option “Clear when clicking on the icon in the toolbar”                    

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

नाम OneCleaner OneCleaner
ID pinnfpbpjancnbidnnhpemakncopaega
आधिकारिक URL https://chrome.google.com/webstore/detail/onecleaner/pinnfpbpjancnbidnnhpemakncopaega
विवरण One cleaner for browsing history, cache, cookie, and tracking. Configure cleaning on website level.
फ़ाइल का आकार 257 KB
स्थापना संख्या 1,466,882
वर्तमान संस्करण 0.7.3
अंतिम अपडेट 2022-09-01
प्रकाशन तिथि 2021-05-21
रेटिंग 4.06/5 कुल 18 रेटिंग्स
डेवलपर Emilio Leyva
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/e/2PACX-1vQKWdk2p1OzGplmiNYrqTNYHF48w8j0qOpjTQBUjgaDTFLmuE0_v6QEZtub0C8zmdZbuPi3O753KgNU/pub
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_ui": {
        "open_in_tab": true,
        "page": "option\/option.html"
    },
    "permissions": [
        "browsingData",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.7.3"
}