Site Bleacher
Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs
ما هو Site Bleacher؟
Site Bleacher هو إضافة Chrome تم تطويرها بواسطة wooque، والميزة الرئيسية لها هي "Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Site Bleacher
قم بتنزيل ملفات الامتداد Site Bleacher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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 } |