CyberGhost Cookie Cleaner

CyberGhost Cookie Cleaner is a plugin designed to give you control of your online preferences, personal data, and private details.

O que é CyberGhost Cookie Cleaner?

CyberGhost Cookie Cleaner é uma extensão do Chrome desenvolvida por https://www.cyberghostvpn.com, e sua principal característica é "CyberGhost Cookie Cleaner is a plugin designed to give you control of your online preferences, personal data, and private details.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CyberGhost Cookie Cleaner

Baixe arquivos de extensão CyberGhost Cookie Cleaner no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        CyberGhost Cookie Cleaner - The perfect 3-in-1 cookie, history & cache cleaner

The simplest way to upgrade your online privacy levels by cleaning your browsing history, cached images and files, as well as cookies and website data.   

Reclaim your online anonymity with CyberGhost’s complete and easy to use add-on.  

Get back control over your privacy in 3 simple steps: 

Select the interval, the type of data you want removed, and one click of the button will delete any trace of your online presence during that period.  

While other similar add-ons only help you delete cookies, CyberGhost’s Cookie Cleaner acts as a 3-in-1 solution by also allowing you to clear your browsing history and cache.  

Not only will this help you maintain online anonymity, but you’ll also massively improve the speed of your browser.  

If you’ve felt your Google Chrome browser is getting slower and slower, and taking more time than usual to load websites or to open and close tabs, you need to try CyberGhost’s Cookie Cleaner.  

This super-easy to use add-on will make your Chrome smoother and faster with just one-click of the button.

Make the most of our quick action options by simply right clicking on any page and selecting the desired action.

You can choose to delete only the cookies and history from the current tab or do a complete cleanup of your entire browsing records including cached files.

If you have a favorite website or just want to keep certain data untouched, just add it to your fully customizable exceptions list!

Our key features include:

🍪 The ability to select an interval for which to perform the history or cache cleanup 

🍪 Clear any type of website storage

🍪 Quick action clearing options

🍪 Create your own personalized exceptions list

🍪 Safeguard your privacy by deleting any trace of your online presence

CyberGhost’s Cookie Cleaner add-on was designed to ease and improve your browsing experience without any hassle at all.  

Got questions? Contact our support team at https://support.cyberghostvpn.com

Join our online communities:

→Facebook: https://www.facebook.com/cyberghostEN 
→Twitter: https://twitter.com/CyberGhost_EN

Just click the 'Add to Chrome' button to run CyberGhost’s Cookie Cleaner and erase your digital footprint the smart and easy way.                    

Informações Básicas da Extensão

Nome CyberGhost Cookie Cleaner CyberGhost Cookie Cleaner
ID pbkgifljdgkhlmlmgbalmcknbhbggmei
URL Oficial https://chromewebstore.google.com/detail/cyberghost-cookie-cleaner/pbkgifljdgkhlmlmgbalmcknbhbggmei
Descrição CyberGhost Cookie Cleaner is a plugin designed to give you control of your online preferences, personal data, and private details.
Tamanho do Arquivo 759 KB
Contagem de Instalações 65,835
Versão Atual 2.0.0
Última Atualização 2022-01-20
Data de Publicação 2020-02-13
Classificação 4.38/5 Total de 80 Avaliações
Desenvolvedor https://www.cyberghostvpn.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.cyberghostvpn.com/how-to-delete-cookies
URL da Página de Ajuda https://support.cyberghostvpn.com
URL da Página de Política de Privacidade https://www.cyberghostvpn.com/privacypolicy
Idiomas Suportados de,en,fr,nl,es,it,pl,pt-BR,ro,ru,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "short_name": "CyberGhost",
    "author": "CyberGhost VPN",
    "version": "2.0.0",
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": {
            "16": "icon_16.png",
            "19": "icon_16.png",
            "38": "icon_32.png",
            "128": "icon_128.png"
        },
        "default_popup": "index.html",
        "default_title": "CyberGhost Cookie Cleaner"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "cookies",
        "history",
        "browsingData",
        "contextMenus",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/css\/*",
                "assets\/js\/*",
                "assets\/fonts\/*"
            ],
            "matches": [],
            "extension_ids": [],
            "use_dynamic_url": true
        }
    ]
}