Unshort.link - Free Link unshorten services

Prevent short link services from tracking you

Unshort.link - Free Link unshorten servicesคืออะไร?

Unshort.link - Free Link unshorten services เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Simon Frey และคุณลักษณะหลักของมันคือ "Prevent short link services from tracking you"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unshort.link - Free Link unshorten services

ดาวน์โหลดไฟล์ส่วนขยาย Unshort.link - Free Link unshorten services ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This addon protects your privacy by preventing short link services from tracking you.

- Access short links for you to prevent the short link providers to track you
- Check links against a blacklist to prevent access to a harmful website hidden behind a short link
- Remove known tracking parameters from the urls behind the short links (e.g. the facebook tracking parameter utm_source)
- Remove as many url parameters as possible by keeping the same website result. This helps to remove tracking parameters that are so far unknown

If you experience a short link service that is not yet supported by this plugin, please enter the short link manually on unshort.link and after the redirect restart your browser. The new short link service will now be automatically added to the plugin.

Please be aware that for being able to provide you that functionality the short links have to be send to our server (https://unshort.link). Only urls with the domains listed on https://unshort.link/providers are send to us all the other ones you access stay on your machine only and are never transmitted.

---

Icon made by Freepik (https://www.flaticon.com/authors/freepik)                    

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

ชื่อ Unshort.link - Free Link unshorten services Unshort.link - Free Link unshorten services
ID neigokajpjlcgjddjbkngpkmjgdgmcch
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/unshortlink-free-link-uns/neigokajpjlcgjddjbkngpkmjgdgmcch
คำอธิบาย Prevent short link services from tracking you
ขนาดไฟล์ 23.57 KB
จำนวนการติดตั้ง 364
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2020-07-28
วันที่เผยแพร่ 2020-03-10
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Simon Frey
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://unshort.link
URL หน้าช่วยเหลือ https://github.com/simonfrey/unshort.link
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Prevent short link services from tracking you",
    "manifest_version": 2,
    "name": "Unshort.link - Free Link unshorten services",
    "version": "1.6",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "author": "Simon Frey",
    "options_ui": {
        "page": "options.html"
    },
    "browser_action": {
        "default_icon": {
            "32": "icons\/32.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        },
        "default_title": "Unshort.link"
    },
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "homepage_url": "https:\/\/github.com\/simonfrey\/unshort.link",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}