Link Unshortener
Easily Unshorten any Url!
Link Unshortener란 무엇입니까?
Link Unshortener은(는) https://linkunshorten.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily Unshorten any Url!"입니다.
확장 프로그램 스크린샷
Link Unshortener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Link Unshortener works in the background by automatically identifying short urls and will show you the final destination whenever your visit a short link. Open the extension to choose any domain you want to whitelist and not have Link Unshortener detect. Features * Protects user from potentially malicious or inappropriate site. * Preview the destination url for any short url * Add short domains to whitelist to be ignored * See a screenshot preview of the site * See entire redirect trace if url redirects multiple times
확장 프로그램 기본 정보
이름 | Link Unshortener |
ID | fpdpbfkdodkadhickmncmaaklaafpplm |
공식 URL | https://chromewebstore.google.com/detail/link-unshortener/fpdpbfkdodkadhickmncmaaklaafpplm |
설명 | Easily Unshorten any Url! |
파일 크기 | 816 KB |
설치 횟수 | 950 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2023-09-05 |
출시 날짜 | 2020-04-08 |
평점 | 3.75/5 총 12 개의 평점 |
개발자 | https://linkunshorten.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://linkunshorten.com/ |
도움말 페이지 URL | https://linkunshorten.com/ |
개인정보 보호 정책 페이지 URL | https://t.ly/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "homepage_url": "https:\/\/timleland.com\/link-unshorten-extension\/", "name": "Link Unshortener", "version": "1.0.5", "icons": { "16": "img\/icons\/icon-16.png", "48": "img\/icons\/icon-48.png", "128": "img\/icons\/icon-128.png" }, "description": "Easily Unshorten any Url!", "action": { "default_title": "Link Unshortener", "default_popup": "popup.html", "default_icon": { "16": "img\/on16.png", "32": "img\/on32.png" } }, "background": { "service_worker": "js\/background.js" }, "host_permissions": [ " |