Copy UTM-Free

Copy any URL without UTM parameters

Copy UTM-Freeとは何ですか?

Copy UTM-FreeはAAによって開発されたChromeの拡張機能で、その主な機能は「Copy any URL without UTM parameters」です。

拡張機能のスクリーンショット

screenshot

Copy UTM-Free拡張機能のCRXファイルをダウンロード

Copy UTM-Free拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This Chrome extension allows you to easily copy the URL of the currently active browser tab without any UTM parameters. UTM parameters are typically used for tracking and analytics purposes, and they can make URLs longer and harder to read. By removing these parameters, the extension helps you copy and share cleaner, more readable URLs.

A brief summary of the benefits and features:

1. Simplifies URLs: The extension removes UTM parameters, resulting in a shorter and more user-friendly URL.

2. Enhances privacy: By removing tracking parameters, you can share URLs without unintentionally disclosing information about your browsing behavior or the source of the shared link.

3. Easy to use: With just one click, you can copy the cleaned URL to their clipboard, making it convenient to share or paste elsewhere.

4. Unobtrusive: The extension operates in the background, and you only need to interact with it when they you to copy a URL. The design is minimalistic, and it doesn't interfere with the browsing experience.

In summary, this Chrome extension is a useful tool for anyone who wants to share cleaner, more readable URLs without UTM parameters. It enhances privacy and simplifies the user experience, making it a valuable addition to your set of Chrome extensions.                    

拡張機能の基本情報

名前 Copy UTM-Free Copy UTM-Free
ID akgkaecmnbhmpeeimdnififiblpdogom
公式URL https://chromewebstore.google.com/detail/copy-utm-free/akgkaecmnbhmpeeimdnififiblpdogom
説明 Copy any URL without UTM parameters
ファイルサイズ 6.2 KB
インストール数 34
現在のバージョン 1.0
最終更新日 2023-03-28
公開日 2023-03-28
開発者 AA
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copy UTM-Free",
    "version": "1.0",
    "description": "Copy any URL without UTM parameters",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "UTM-Free URLs"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "icon.png"
    }
}