Cloudbleed Bookmark Checker
A plugin that checks your bookmarks against potentially affected domains.
What is Cloudbleed Bookmark Checker?
Cloudbleed Bookmark Checker is a Chrome extension developed by Rick Carhart, and its main feature is "A plugin that checks your bookmarks against potentially affected domains.".
Extension Screenshots
Download Cloudbleed Bookmark Checker Extension CRX File
Download Cloudbleed Bookmark Checker 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
Extension Basic Information
Name | Cloudbleed Bookmark Checker |
ID | egoobjhmbpflgogbgbihhdeibdfnedii |
Official URL | https://chromewebstore.google.com/detail/cloudbleed-bookmark-check/egoobjhmbpflgogbgbihhdeibdfnedii |
Description | A plugin that checks your bookmarks against potentially affected domains. |
File Size | 21.2 MB |
Installation Count | 2,701 |
Current Version | 1.2 |
Last Updated | 2017-02-25 |
Publish Date | 2017-02-24 |
Rating | 3.86/5 Total 14 Ratings |
Developer | Rick Carhart |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cloudbleed Bookmark Checker", "version": "1.2", "description": "A plugin that checks your bookmarks against potentially affected domains.", "permissions": [ "bookmarks", "history" ], "browser_action": { "default_title": "Cloudbleed Bookmark Checker", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |