Unshorten.It!

Right-click on shortened URLs to discover where they actually lead to and get their safety rating.

Unshorten.It!คืออะไร?

Unshorten.It! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.unshorten.it และคุณลักษณะหลักของมันคือ "Right-click on shortened URLs to discover where they actually lead to and get their safety rating."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unshorten.It!

ดาวน์โหลดไฟล์ส่วนขยาย Unshorten.It! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Unshorten.It! Unshorten.It!
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"
}