Undirect

Removes link tracking and redirection from facebook results

Undirectคืออะไร?

Undirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xwipeoutx และคุณลักษณะหลักของมันคือ "Removes link tracking and redirection from facebook results"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Undirect

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

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

                        UPDATE: Removed Google support as they changed their tracking to no longer use redirects - thus making this extension pointless for it.  see https://github.com/xwipeoutx/undirect/issues/13 for more info.

Have you ever tried to copy a url from Facebook search and got a massive redirect url instead?
Do you want them to know exactly what search results you're clicking?
Have you seen your browser stuck at a redirect page, instead of going straight where you want to?

Undirect can fix these things! Links on Facebook search results will no longer do any redirecting - go straight to the site you want, first time!

Supports both HTTP and HTTPS.

View the project page on GitHub: https://github.com/xwipeoutx/undirect                    

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

ชื่อ Undirect Undirect
ID dohbiijnjeiejifbgfdhfknogknkglio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/undirect/dohbiijnjeiejifbgfdhfknogknkglio
คำอธิบาย Removes link tracking and redirection from facebook results
ขนาดไฟล์ 15.96 KB
จำนวนการติดตั้ง 2,359
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2018-12-04
วันที่เผยแพร่ 2018-12-04
คะแนน 4.33/5 รวมทั้งหมด 70 คะแนน
ผู้พัฒนา xwipeoutx
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/xwipeoutx/undirect
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Undirect",
    "version": "2.0.0",
    "author": "Steve Leigh",
    "homepage_url": "https:\/\/github.com\/xwipeoutx\/undirect",
    "description": "Removes link tracking and redirection from facebook results",
    "icons": {
        "16": "undirect16.png",
        "48": "undirect48.png",
        "128": "undirect128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "undirect.js"
            ]
        }
    ]
}