Chrome X
The one of the best cleaning tools for your Chromebook, Windows PC, Mac or Linux. https://github.com/anshusaurav/Chrome-Extension
What is Chrome X?
Chrome X is a Chrome extension developed by anshu.saurav, and its main feature is "The one of the best cleaning tools for your Chromebook, Windows PC, Mac or Linux. https://github.com/anshusaurav/Chrome-Extension".
Extension Screenshots
Download Chrome X Extension CRX File
Download Chrome X 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
ChromeX is easy to use. The one of the best cleaning tools for your Chromebook, Windows PC, Mac or Linux. Open History page ⌘+Y --- Mac Users Ctrl+H --- Window/Linux Users Our features: - Instant removal with one-click - Clear Chrome history
Extension Basic Information
Name | Chrome X |
ID | goaifllkmmcjkekjdlkjofoiiebmfljg |
Official URL | https://chromewebstore.google.com/detail/chrome-x/goaifllkmmcjkekjdlkjofoiiebmfljg |
Description | The one of the best cleaning tools for your Chromebook, Windows PC, Mac or Linux. https://github.com/anshusaurav/Chrome-Extension |
File Size | 761 KB |
Installation Count | 347 |
Current Version | 2.1 |
Last Updated | 2020-04-10 |
Publish Date | 2020-04-10 |
Rating | 5.00/5 Total 5 Ratings |
Developer | anshu.saurav |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome X", "short_name": "chromeX", "description": "The one of the best cleaning tools for your Chromebook, Windows PC, Mac or Linux. https:\/\/github.com\/anshusaurav\/Chrome-Extension", "version": "2.1", "chrome_url_overrides": { "history": "history.html" }, "browser_action": { "default_title": "History" }, "permissions": [ "history", "chrome:\/\/favicon\/" ], "icons": { "16": "li16X16.PNG", "32": "li32X32.PNG", "48": "li64X64.PNG", "128": "li128X128.PNG" } } |