copy-clean-url

Copy a url, without any tracking and obfuscation

copy-clean-url란 무엇입니까?

copy-clean-url은(는) Backslasher에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy a url, without any tracking and obfuscation"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

copy-clean-url 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This addon copies a URL, but strips out any redirects or tracking IDs. You will get a clean URL.
I'm currently handling only Facebook, but I will add more as the need arises.                    

확장 프로그램 기본 정보

이름 copy-clean-url copy-clean-url
ID hgabmjhapckfljffgamminipchfjddka
공식 URL https://chromewebstore.google.com/detail/copy-clean-url/hgabmjhapckfljffgamminipchfjddka
설명 Copy a url, without any tracking and obfuscation
파일 크기 32.92 KB
설치 횟수 162
현재 버전 0.0.2
최근 업데이트 2023-05-03
출시 날짜 2023-03-16
평점 4.00/5 총 1 개의 평점
개발자 Backslasher
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/BackSlasher/chrome-extensions-copy-clean-url/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "homepage_url": "http:\/\/chrome.google.com\/webstore",
    "version": "0.0.2",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "88",
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "128": "assets\/img\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/img\/16x16.png",
            "24": "assets\/img\/24x24.png",
            "32": "assets\/img\/32x32.png"
        },
        "default_title": "__MSG_appName__"
    },
    "version_name": "0.0.2",
    "background": {
        "service_worker": "background.js"
    }
}