Delete this site Cookies

Delete current URL's cookies. Safely, simple and fast. All the site's cookies will be deleted with only one click.

Was ist Delete this site Cookies?

Delete this site Cookies ist eine Chrome-Erweiterung, die von http://www.ivanrg.com entwickelt wurde, und ihr Hauptmerkmal ist "Delete current URL's cookies. Safely, simple and fast. All the site's cookies will be deleted with only one click.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Delete this site Cookies-Erweiterungs-CRX-Datei herunterladen

Laden Sie Delete this site Cookies-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ***Delete current URL's cookies. Simple and fast.***
Go to an URL and click the button in the Chrome toolbar. All the cookies of the current web will be deleted. A confirmation pop-up message is displayed when all the cookies are deleted.

---------------------------------------------------
---------------------------------------------------

***Elimina las cookies de la URL en la que te encuentres. Simple y rápido.***
Ve a una dirección web y haz clic en el botón de la barra de herramientas de Chrome. Se eliminarán todas las cookies de la eb en la que te encuentres. Cuando se eliminan todas las cookies se muestra un mensaje de confirmación.                    

Grundlegende Informationen zur Erweiterung

Name Delete this site Cookies Delete this site Cookies
ID nlhidgjbkiekgnkkpopdhojjiinfanoo
Offizielle URL https://chrome.google.com/webstore/detail/delete-this-site-cookies/nlhidgjbkiekgnkkpopdhojjiinfanoo
Beschreibung Delete current URL's cookies. Safely, simple and fast. All the site's cookies will be deleted with only one click.
Dateigröße 39.96 KB
Installationsanzahl 438
Aktuelle Version 1.1
Letztes Update 2015-07-18
Veröffentlichungsdatum 2015-07-18
Bewertung 3.29/5 Insgesamt 14 Bewertungen
Entwickler http://www.ivanrg.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.ivanrg.com/p/delete-this-site-cookies.html
Hilfeseite URL http://www.ivanrg.com/p/delete-this-site-cookies.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Delete this site Cookies",
    "short_name": "Delete this site Cookies",
    "version": "1.1",
    "manifest_version": 2,
    "homepage_url": "http:\/\/www.ivanrg.com\/p\/delete-this-site-cookies.html",
    "description": "Delete current URL's cookies. Safely, simple and fast. All the site's cookies will be deleted with only one click.",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Delete this site Cookies"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}