Site Bleacher
Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs
Site Bleacher क्या है?
Site Bleacher wooque द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Site Bleacher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Changelog: 1.2.1 - Fix: don't clean cookies and other browser data of base domain while sub-domains are open 1.2.0 - Support for Firefox Multi Account Containers 1.1.0 - Improve extension to automatically remove more browsing data than previous versions - Requires history and browsing data permissions Source: https://github.com/wooque/site-bleacher Issues: https://github.com/wooque/site-bleacher/issues
एक्सटेंशन की मूल जानकारी
नाम | Site Bleacher |
ID | mlcfcepfmnjphcdkfbfgokkjodlkmemo |
आधिकारिक URL | https://chromewebstore.google.com/detail/site-bleacher/mlcfcepfmnjphcdkfbfgokkjodlkmemo |
विवरण | Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs |
फ़ाइल का आकार | 23.54 KB |
स्थापना संख्या | 705 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2019-11-12 |
प्रकाशन तिथि | 2019-11-09 |
रेटिंग | 4.50/5 कुल 4 रेटिंग्स |
डेवलपर | wooque |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/wooque/site-bleacher |
सहायता पृष्ठ URL | https://github.com/wooque/site-bleacher/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Site Bleacher", "description": "Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs", "version": "1.2.1", "permissions": [ "storage", "tabs", "cookies", "history", "browsingData", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "common.js", "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png" } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |