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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}