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
公式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
Eメール [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"
    }
}