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.

Wat is Delete this site Cookies?

Delete this site Cookies is een Chrome-extensie ontwikkeld door http://www.ivanrg.com, en de belangrijkste functie is "Delete current URL's cookies. Safely, simple and fast. All the site's cookies will be deleted with only one click.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Delete this site Cookies

Download Delete this site Cookies-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ***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.                    

Basisinformatie over de Extensie

Naam Delete this site Cookies Delete this site Cookies
ID nlhidgjbkiekgnkkpopdhojjiinfanoo
Officiële URL https://chrome.google.com/webstore/detail/delete-this-site-cookies/nlhidgjbkiekgnkkpopdhojjiinfanoo
Beschrijving Delete current URL's cookies. Safely, simple and fast. All the site's cookies will be deleted with only one click.
Bestandsgrootte 39.96 KB
Aantal Installaties 438
Huidige Versie 1.1
Laatst Bijgewerkt 2015-07-18
Publicatiedatum 2015-07-18
Beoordeling 3.29/5 Totaal 14 Beoordelingen
Ontwikkelaar http://www.ivanrg.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.ivanrg.com/p/delete-this-site-cookies.html
Help Pagina-URL http://www.ivanrg.com/p/delete-this-site-cookies.html
Ondersteunde Talen 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"
        ]
    }
}