Bookmark Cleaner

Lets delete 15 most recent bookmarks

What is Bookmark Cleaner?

Bookmark Cleaner is a Chrome extension developed by jrpeasee, and its main feature is "Lets delete 15 most recent bookmarks".

Extension Screenshots

screenshot

Download Bookmark Cleaner Extension CRX File

Download Bookmark Cleaner 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

                        Gets 15 most Recent Bookmarks by Date. Allows you to clear unwanted bookmarks with one click.                    

Extension Basic Information

Name Bookmark Cleaner Bookmark Cleaner
ID ecngfgpjggobckpblaeonpdjkcojchho
Official URL https://chrome.google.com/webstore/detail/bookmark-cleaner/ecngfgpjggobckpblaeonpdjkcojchho
Description Lets delete 15 most recent bookmarks
File Size 782 KB
Installation Count 183
Current Version 2.1
Last Updated 2018-07-26
Publish Date 2018-07-26
Rating 4.50/5 Total 2 Ratings
Developer jrpeasee
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark Cleaner",
    "version": "2.1",
    "description": "Lets delete 15 most recent bookmarks",
    "browser_action": {
        "default_icon": "images\/bookmark.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "",
        "tabs"
    ]
}