YouClick.link | Free URL Shortener

Free URL's shortener

YouClick.link | Free URL Shortener란 무엇입니까?

YouClick.link | Free URL Shortener은(는) https://youclick.link에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free URL's shortener"입니다.

확장 프로그램 스크린샷

screenshot

YouClick.link | Free URL Shortener 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Create a short link in two clicks: install the extension and shorten it. A powerful extension with which you will be able to short URL directly on the page you are visiting.

The YouClick.link extension is fully integrated with your account, manage your links directly from your browser.

The Chrome extension adds an icon to the toolbar to shorten the URL with You Click.link, just click on the icon and get a short link and a QR code.

In the extension settings you will find:
- Beautiful short domain;
- Ability to enable and disable auto copy;
- Possibility to choose the type of transition.

================================================= =============
Our feature:
  - Link shortener that does not require registration
  - Shorten links with one click
  - QR code generator
  - Completely free
================================================= =============                    

확장 프로그램 기본 정보

이름 YouClick.link | Free URL Shortener YouClick.link | Free URL Shortener
ID dpcmeefpolkbpbhojihlplohfffpdekg
공식 URL https://chromewebstore.google.com/detail/youclicklink-free-url-sho/dpcmeefpolkbpbhojihlplohfffpdekg
설명 Free URL's shortener
파일 크기 90.74 KB
설치 횟수 263
현재 버전 0.5
최근 업데이트 2022-08-17
출시 날짜 2022-05-03
평점 5.00/5 총 3 개의 평점
개발자 https://youclick.link
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://youclick.link/
도움말 페이지 URL https://youclick.link/contact
개인정보 보호 정책 페이지 URL https://youclick.link/page/privacy-policy
지원되는 언어 id,ms,de,en,fr,nl,no,vi,tr,da,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,fa,hi,bn,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "action": {
        "default_title": "__MSG_open_popup__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/youclick.link\/*",
        "https:\/\/uclck.ru\/*\/qr",
        "https:\/\/uclck.me\/*\/qr"
    ],
    "description": "__MSG_desc_app__",
    "default_locale": "en",
    "version": "0.5",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youclick.link\/?getRecaptcha"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}