Linkis Breakout Redirect

Checks URL and redirects as required.

Linkis Breakout Redirectคืออะไร?

Linkis Breakout Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.idltd.com และคุณลักษณะหลักของมันคือ "Checks URL and redirects as required."

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

screenshot

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

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

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

                        I hate Linkis - it screws up URL's in tweets and makes it hard to break out. This plug in ( mainly taken from http://superuser.com/questions/284110/redirect-urls-in-chrome ) will automatically redirect to the original source page once the linkis version has loaded.

v0.7
Previous fix broke YouTube link processing, now that works as well!

v0.6
Fixed an occasional looping problem if original link not found.
Now will look harder and not loop if not found.

v0.5
Handles more links better(!)

v0.4
Handles YouTube links

v0.3
Initial Version                    

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

ชื่อ Linkis Breakout Redirect Linkis Breakout Redirect
ID dpmganoapkolcdoinilblhnibmmggknp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/linkis-breakout-redirect/dpmganoapkolcdoinilblhnibmmggknp
คำอธิบาย Checks URL and redirects as required.
ขนาดไฟล์ 3.99 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 0.7
อัปเดตครั้งล่าสุด 2016-11-20
วันที่เผยแพร่ 2016-11-20
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://www.idltd.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkis Breakout Redirect",
    "version": "0.7",
    "description": "Checks URL and redirects as required.",
    "background": {
        "page": "bg.html"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/linkis.com\/*",
                "https:\/\/linkis.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}