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”。

擴展截圖

screenshot

下載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 URL Cleaner
ID dffbjiomnajbmlhjelpipfldgkijdemn
官方網址 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"
    }
}