404 Bookmark Remover

Get a list of your unavailable, old bookmarks and remove them with ease!

What is 404 Bookmark Remover?

404 Bookmark Remover is a Chrome extension developed by Vengel Studio, and its main feature is "Get a list of your unavailable, old bookmarks and remove them with ease!".

Extension Screenshots

screenshot

Download 404 Bookmark Remover Extension CRX File

Download 404 Bookmark Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ❓ Ever wanted to remove all your outdated bookmarks, but you were too lazy to do it by yourself? 

Our extension will:
✔ check if your bookmarks are available
✔ show you a list of them, allowing you to remove them
✔ display a fancy chart!

No changes are made without your approval.                    

Extension Basic Information

Name 404 Bookmark Remover 404 Bookmark Remover
ID kmfodfcddbcokegecplfbchfgfldnjpd
Official URL https://chrome.google.com/webstore/detail/404-bookmark-remover/kmfodfcddbcokegecplfbchfgfldnjpd
Description Get a list of your unavailable, old bookmarks and remove them with ease!
File Size 175 KB
Installation Count 707
Current Version 2.0.1
Last Updated 2018-10-06
Publish Date 2018-10-06
Rating 2.50/5 Total 14 Ratings
Developer Vengel Studio
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "404 Bookmark Remover",
    "description": "Get a list of your unavailable, old bookmarks and remove them with ease!",
    "version": "2.0.1",
    "permissions": [
        "storage",
        "bookmarks",
        "tabs",
        "activeTab",
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/icon128.png"
    ]
}