Declutter
The productivity chrome extension designed to make you aware of distractions and help you reduce their impact.
What is Declutter?
Declutter is a Chrome extension by declutter-extension.vercel.app. This extension has 6 weekly active users and is most similar to One Click Extensions Manager and Chrome Extension. The latest version, 0.0.1, was updated 13 days ago.
Stats
- tabs
- storage
- tabGroups
Summary
**NOTE** Declutter only works on websites created or reloaded after the extension has been installed. Declutter contains two main features - Tracker and Focus. Tracker tracks the time you spend on each website you visit throughout the day and displays it. It makes you aware of what websites you are spending a lot of time on in the browser. Focus lets you specify websites which you can group together by simply pressing a button. You can ungroup them whenever you like and can resume from wherever you left off. These features were designed to be used together. You can specify websites that may be distracting you, and can choose to group them while you want to get other work done. By not seeing the websites that distract you alongside the various other tabs you have open, you are less likely to get distracted by them and can work on whatever you have to do.
Safety
Risk impact
Declutter requires a number of risky permissions that can potentially harm your browser and steal your data. Exercise caution when installing this extension. Review carefully before installing. We recommend that you only install Declutter if you trust the publisher.
Risk impact measures the level of extra permissions an extension has access to. A low risk impact extension cannot do much harms, whereas a high risk impact extension can do a lot of damage like stealing your password, bypass your security settings, and access your personal data. High risk impact extensions are not necessarily malicious. However, if they do turn malicious, they can be very harmful.
Risk likelihood
Declutter may not be trust-worthy. Avoid installing if possible unless you really trust this publisher.
Risk likelihood measures the probability that a Chrome extension may turn malicious. This is determined by the publisher and the Chrome extension reputation on Chrome Web Store, the amount of time the Chrome extension has been around, and other signals about the Chrome extension. Our algorithms are not perfect, and are subject to change as we discover new ways to detect malicious extensions. We recommend that you always exercise caution when installing a Chrome extension, especially ones with higher risk impact and/or higher risk likelihood.
Subscribe to the premium plan to see more risk analysis detailsScreenshots
Similar extensions
Here are some Chrome extensions that are similar to Declutter:
One Click Extensions Manager
Chrome Extension
Extensity
Manifest
The manifest file declares the requirements and permissions that a Chrome extension will have access to. By reviewing the manifest, you may be able to determine if a Chrome extension is over-reaching (for example, if an extension is overriding your new tab page, or search provider, or requesting access to your web activities without any good reason).
{ "update_url": "https://clients2.google.com/service/update2/crx", "manifest_version": 3, "name": "Declutter", "version": "0.0.1", "description": "The productivity chrome extension designed to make you aware of distractions and help you reduce their impact.", "author": "Vyas Narasimhan", "action": { "default_popup": "index.html", "default_title": "Declutter" }, "background": { "service_worker": "background.js", "type": "module" },