URL Cleaner
URL Cleaner is a convenient tool that helps you remove unnecessary parameters, tracking codes, and other unwanted elements from URLs
什么是URL Cleaner?
URL Cleaner是由Jibin Thomas开发的Chrome扩展程序,该扩展的主要功能是“URL Cleaner is a convenient tool that helps you remove unnecessary parameters, tracking codes, and other unwanted elements from URLs”。
扩展截图
下载URL Cleaner扩展crx文件
下载URL Cleaner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A URL Cleaner is a browser extension that helps to simplify and streamline complex or cluttered URLs. It removes unnecessary or unwanted elements from the URL, making it easier to read and understand. This can be especially useful when sharing links or when the original URL has become too long or unwieldy. Some common features of URL Cleaners include: - Removing tracking parameters and other elements that are added to the URL by external services or advertisers - Removing unnecessary characters or elements that are added by the website or content management system - Providing a cleaner, more readable version of the URL for easy sharing or bookmarking - URL Cleaners can be useful for a variety of purposes, including improving privacy, reducing clutter, and making it easier to share links with others.
扩展基本信息
名称 | URL Cleaner |
ID | dffbjiomnajbmlhjelpipfldgkijdemn |
官方URL | https://chromewebstore.google.com/detail/url-cleaner/dffbjiomnajbmlhjelpipfldgkijdemn |
简介 | URL Cleaner is a convenient tool that helps you remove unnecessary parameters, tracking codes, and other unwanted elements from URLs |
文件大小 | 53.63 KB |
安装次数 | 317 |
当前版本 | 0.0.4 |
更新时间 | 2022-12-30 |
上架时间 | 2022-12-29 |
开发者 | Jibin Thomas |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "URL Cleaner", "description": "URL Cleaner is a convenient tool that helps you remove unnecessary parameters, tracking codes, and other unwanted elements from URLs", "version": "0.0.4", "icons": { "128": "icon128.118c5200.png" }, "background": { "service_worker": "background.f6793643.js", "type": "module" }, "permissions": [ "activeTab" ], "action": { "default_popup": "popup.583cce94.html" } } |