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.

Delete this site Cookies क्या है?

Delete this site Cookies http://www.ivanrg.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Delete current URL's cookies. Safely, simple and fast. All the site's cookies will be deleted with only one click."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

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

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

नाम Delete this site Cookies Delete this site Cookies
ID nlhidgjbkiekgnkkpopdhojjiinfanoo
आधिकारिक URL https://chrome.google.com/webstore/detail/delete-this-site-cookies/nlhidgjbkiekgnkkpopdhojjiinfanoo
विवरण Delete current URL's cookies. Safely, simple and fast. All the site's cookies will be deleted with only one click.
फ़ाइल का आकार 39.96 KB
स्थापना संख्या 438
वर्तमान संस्करण 1.1
अंतिम अपडेट 2015-07-18
प्रकाशन तिथि 2015-07-18
रेटिंग 3.29/5 कुल 14 रेटिंग्स
डेवलपर http://www.ivanrg.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.ivanrg.com/p/delete-this-site-cookies.html
सहायता पृष्ठ URL http://www.ivanrg.com/p/delete-this-site-cookies.html
समर्थित भाषाएँ 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"
        ]
    }
}