Clean Copy
Copy a URL without tracking information (query string).
What is Clean Copy?
Clean Copy is a Chrome extension developed by jdsadoski, and its main feature is "Copy a URL without tracking information (query string).".
Extension Screenshots
Download Clean Copy Extension CRX File
Download Clean Copy 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
A Chrome extension for quickly copying page URLs without the query string. Ideal for sharing shorter links by removing tracking information from them (Looking at you, Amazon). Please note that this may break some links, such as Google search URLs. Credit: Styled using Bulma. Icons courtesy of Heroicons.
Extension Basic Information
Name | Clean Copy |
ID | hhaleljpeeeleeopbdmcahjankncelgb |
Official URL | https://chromewebstore.google.com/detail/clean-copy/hhaleljpeeeleeopbdmcahjankncelgb |
Description | Copy a URL without tracking information (query string). |
File Size | 15.49 KB |
Installation Count | 90 |
Current Version | 1.0 |
Last Updated | 2021-04-11 |
Publish Date | 2021-04-08 |
Rating | 4.00/5 Total 2 Ratings |
Developer | jdsadoski |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jSadoski/cleanCopy |
Help Page URL | https://github.com/jSadoski/cleanCopy/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean Copy", "description": "Copy a URL without tracking information (query string).", "version": "1.0", "manifest_version": 3, "permissions": [ "activeTab", "clipboardWrite" ], "action": { "default_icon": { "32": "images\/icon32.png" }, "default_popup": "popup.html" }, "icons": { "32": "images\/icon32.png" } } |