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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Browser Favorites Cleaner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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__"
        }
    }
}