Linicom Links Skipper

The end to the annoying linicom links

Linicom Links Skipperคืออะไร?

Linicom Links Skipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://oridov.com และคุณลักษณะหลักของมันคือ "The end to the annoying linicom links"

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

screenshot

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

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

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

                        This little extension will help you avoid those disturbing Linicom jump links by skipping them automatically.                    

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

ชื่อ Linicom Links Skipper Linicom Links Skipper
ID begmcjdahgmofaobfiilhmhfbpjgnjle
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/linicom-links-skipper/begmcjdahgmofaobfiilhmhfbpjgnjle
คำอธิบาย The end to the annoying linicom links
ขนาดไฟล์ 2.91 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2013-01-24
วันที่เผยแพร่ 2013-01-24
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://oridov.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linicom Links Skipper",
    "description": "The end to the annoying linicom links",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/linicom.co.il\/*"
            ],
            "css": [
                "skipad.css"
            ],
            "js": [
                "skipad.js"
            ]
        }
    ]
}