Overview
This extension allow the user to customize the downloaded files adding the host from the url for the file
It allow the user to add some custom tags that are going to be displayed as items on the contextual menu for images, when user clicks some of these options on the contextual menu, the download will start and will add that tag on the file's name
The extension uses 3 permissions:
- Downloads: this permission is used to intercept the event chrome.downloads.onDeterminingFilename and allow the extension to update the filename
- Storage: this permission is used to access to storage.sync for synchronize the tags added for the user across all the browsers this extension will be used
- ContextMenus: this permission is used to allow the extension to add some custom options according with the tags created by the user
On the extension, the strings used for tags and added by the user are sanitized to avoid cause an issue if users try to add invalid charachters.
This extension is not collection any information from the user
The main goal for this extension is to allow the user add these tags to better organization on the downloaded files.
Tags
Privacy Practices
🔐 Security Analysis
This extension hasn't been security-scanned yet.