Unshorten.It!
Right-click on shortened URLs to discover where they actually lead to and get their safety rating.
Unshorten.It!란 무엇입니까?
Unshorten.It!은(는) http://www.unshorten.it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Right-click on shortened URLs to discover where they actually lead to and get their safety rating."입니다.
확장 프로그램 스크린샷
Unshorten.It! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you an avid user of Twitter, Digg, or any other service that regularly exposes you to shortened URLs? Have you ever worried that these links may not lead to where they're meant to, and may damage your computer (or sanity!)? Our extension is here to help. Simply right click on any shortened URL, click "Unshorten this link..." and it will show you where the URL leads. Based on our brand-new web service Unshorten.it, we offer several advantages over other services: -Doesn't rely on URL shortener API services, so is far more reliable and will work with nearly all URL shortening services. -Provides a safety rating based on data from WOT and HPHosts to ensure that the site is safe. -Provides a screenshot of the website so you can judge the content for yourself without actually visiting. Notes: -Although the context menu will appear for all URLs, if you try to expand a URL that isn't shortened in any way you will likely hit an error message. -AdF.ly links are incompatible with this service - This is due to the way in which they redirect users and cannot be solved on our end.
확장 프로그램 기본 정보
이름 | |
ID | lgmkbhnfldpklfakbcopgkkhonofficm |
공식 URL | https://chrome.google.com/webstore/detail/lgmkbhnfldpklfakbcopgkkhonofficm |
설명 | Right-click on shortened URLs to discover where they actually lead to and get their safety rating. |
파일 크기 | 7.86 KB |
설치 횟수 | 5,600 |
현재 버전 | 1.1 |
최근 업데이트 | 2019-04-08 |
출시 날짜 | 2019-04-04 |
평점 | 3.77/5 총 30 개의 평점 |
개발자 | http://www.unshorten.it |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unshorten.It!", "version": "1.1", "description": "Right-click on shortened URLs to discover where they actually lead to and get their safety rating.", "background": { "scripts": [ "main.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "contextMenus" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "minimum_chrome_version": "8.0.0.0" } |