Remove Cookies For Site
A Chrome extension to remove all cookies for the current site.
Remove Cookies For Site क्या है?
Remove Cookies For Site nestor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension to remove all cookies for the current site."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remove Cookies For Site एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Click the broken cookie and all cookies for the current site will be deleted.
एक्सटेंशन की मूल जानकारी
नाम | Remove Cookies For Site |
ID | lmfdblomdpkcniknaenceeogpgepocmm |
आधिकारिक URL | https://chromewebstore.google.com/detail/remove-cookies-for-site/lmfdblomdpkcniknaenceeogpgepocmm |
विवरण | A Chrome extension to remove all cookies for the current site. |
फ़ाइल का आकार | 412 KB |
स्थापना संख्या | 35,152 |
वर्तमान संस्करण | 1.7 |
अंतिम अपडेट | 2023-06-27 |
प्रकाशन तिथि | 2016-06-04 |
रेटिंग | 3.56/5 कुल 180 रेटिंग्स |
डेवलपर | nestor |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html |
गोपनीयता नीति पृष्ठ URL | http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove Cookies For Site", "version": "1.7", "description": "A Chrome extension to remove all cookies for the current site.", "permissions": [ "cookies" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "cookie_handler.js" }, "icons": { "48": "broken-cookie48.png", "128": "broken-cookie128.png" }, "action": { "default_icon": { "48": "broken-cookie48.png", "128": "broken-cookie128.png" } } } |