Bookmark Data Cleaner
Removing browsing data when deleting a bookmark.
Qu'est-ce que Bookmark Data Cleaner ?
Bookmark Data Cleaner est une extension Chrome développée par Ziqi Ding, et sa fonction principale est "Removing browsing data when deleting a bookmark.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bookmark Data Cleaner
Téléchargez les fichiers d'extension Bookmark Data Cleaner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Bookmark Data Cleaner allows you to efficiently clear related browsing data saved from your bookmarks/favourites (you can also remove the bookmarks/favourites at the same time). ☆☆☆ Supported browsing data to clean ☆☆☆ * Cache: Clears the browser's cache (including app caches and cache storage). * Cookies: Clears the browser's cookies and server-bound certificates modified within a particular timeframe. * File System Data: Clears websites' file system data.. * IndexedDB Data: Clears websites' IndexedDB (database) data. * Local Storage: Clears websites' local storage data. * Plugin Data: Clears plugins' data. * Web SQL Data: Clears websites' WebSQL data. ========================================================== Bookmark Data Cleaner可让您高效地清除书签/收藏夹中保存的相关浏览数据(您也可以同时删除相应的书签/收藏夹)。 ☆☆☆ 支持清理的浏览数据☆☆☆ * 缓存:清除浏览器的缓存(包括应用缓存和缓存存储)。 * Cookies:清除浏览器的 cookie 和在特定时间范围内修改的服务器绑定证书。 * 文件系统数据:清除网站的文件系统数据.. * IndexedDB 数据:清除网站的IndexedDB(数据库)数据。 * 本地存储:清除网站的本地存储数据。 * 插件数据:清除插件数据。 * Web SQL 数据:清除网站的 WebSQL 数据。
Informations de Base sur l'Extension
Nom | Bookmark Data Cleaner |
ID | fgbajdlddblimpajlokkmkdngpnmmaja |
URL Officiel | https://chromewebstore.google.com/detail/bookmark-data-cleaner/fgbajdlddblimpajlokkmkdngpnmmaja |
Description | Removing browsing data when deleting a bookmark. |
Taille du Fichier | 2.38 MB |
Nombre d'Installations | 100 |
Version Actuelle | 2.2 |
Dernière Mise à Jour | 2023-04-18 |
Date de Publication | 2020-04-24 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Ziqi Ding |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmark Data Cleaner", "version": "2.2", "manifest_version": 3, "description": "Removing browsing data when deleting a bookmark.", "permissions": [ "bookmarks", "history", "browsingData" ], "action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |