Duplicate bookmarks remover
Removes duplicate bookmarks. Minimum permissions!
What is Duplicate bookmarks remover?
Duplicate bookmarks remover is a Chrome extension developed by unigresspro, and its main feature is "Removes duplicate bookmarks. Minimum permissions!".
Extension Screenshots
Download Duplicate bookmarks remover Extension CRX File
Download Duplicate bookmarks 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
Bypasses all browser bookmarks, including mobile ones, and deletes with the same url.
Extension Basic Information
Name | Duplicate bookmarks remover |
ID | cgcojlemehdnomhjpjagopenjklgjagp |
Official URL | https://chromewebstore.google.com/detail/duplicate-bookmarks-remov/cgcojlemehdnomhjpjagopenjklgjagp |
Description | Removes duplicate bookmarks. Minimum permissions! |
File Size | 453 KB |
Installation Count | 1,611 |
Current Version | 1.0 |
Last Updated | 2020-11-17 |
Publish Date | 2020-11-16 |
Rating | 4.25/5 Total 8 Ratings |
Developer | unigresspro |
[email protected] | |
Payment Type | free |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "1.0", "permissions": [ "bookmarks" ], "icons": { "16": "images\/icon\/delete_16.png", "32": "images\/icon\/delete_32.png", "48": "images\/icon\/delete_64.png", "128": "images\/icon\/delete_128.png" }, "default_locale": "en", "browser_action": { "default_title": "Removes duplicate bookmarks", "default_popup": "popup.html", "default_icon": "images\/icon\/delete_32.png" }, "manifest_version": 2, "commands": [] } |