Browser Favorites Cleaner

How many URLs in favorites have been 404? How many repetitions? How many websites have been shut down? Let's clean them up!

什么是Browser Favorites Cleaner?

Browser Favorites Cleaner是由aceway开发的Chrome扩展程序,该扩展的主要功能是“How many URLs in favorites have been 404? How many repetitions? How many websites have been shut down? Let's clean them up!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Browser Favorites Cleaner扩展crx文件

下载Browser Favorites Cleaner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        How many URLs in favorites have returned 404 errors? How many are duplicates? How many websites have been shut down? Let's clean them up! 

This Chrome extension helps you check for duplicate URLs in your favorite bookmarks and their service status. You can identify which URLs are duplicated in favorites and view them according to different service statuses, providing a convenient way to clean up your bookmarks.                    

扩展基本信息

名称 Browser Favorites Cleaner Browser Favorites Cleaner
ID enmmclbemlglhfjdgaidcabiifimbdfm
官方URL https://chromewebstore.google.com/detail/browser-favorites-cleaner/enmmclbemlglhfjdgaidcabiifimbdfm
简介 How many URLs in favorites have been 404? How many repetitions? How many websites have been shut down? Let's clean them up!
文件大小 672 KB
安装次数 144
当前版本 1.0.4
更新时间 2023-04-06
上架时间 2023-02-19
评分 3.00/5 共2次评分
开发者 aceway
电子邮箱 [email protected]
付费类型 free
支持的语言 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "permissions": [
        "bookmarks"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_titleName__"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            },
            "description": "__MSG_cmdDesc__"
        }
    }
}