Bookmark Data Cleaner

Removing browsing data when deleting a bookmark.

Cos'è Bookmark Data Cleaner?

Bookmark Data Cleaner è un'estensione di Chrome sviluppata da Ziqi Ding, e la sua funzione principale è "Removing browsing data when deleting a bookmark.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Bookmark Data Cleaner

Scarica i file di estensione Bookmark Data Cleaner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 数据。                    

Informazioni di Base sull'Estensione

Nome Bookmark Data Cleaner Bookmark Data Cleaner
ID fgbajdlddblimpajlokkmkdngpnmmaja
URL Ufficiale https://chromewebstore.google.com/detail/bookmark-data-cleaner/fgbajdlddblimpajlokkmkdngpnmmaja
Descrizione Removing browsing data when deleting a bookmark.
Dimensione del File 2.38 MB
Conteggio Installazioni 100
Versione Corrente 2.2
Ultimo Aggiornamento 2023-04-18
Data di Pubblicazione 2020-04-24
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Ziqi Ding
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}