Skip Google Redirect

Skips the Google redirect pages and takes you straight there

Skip Google Redirectคืออะไร?

Skip Google Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย robert และคุณลักษณะหลักของมันคือ "Skips the Google redirect pages and takes you straight there"

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

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

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

                        Skips the Google redirect pages (https://www.google.com/url*) and just takes you directly to the web page. This is often useful because that Google redirect page not only tracks you but is often slow causing your web surfing to be slow. No more!                    

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

ชื่อ Skip Google Redirect Skip Google Redirect
ID eadldncondnnbbdgfncjoheallemkcjb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/skip-google-redirect/eadldncondnnbbdgfncjoheallemkcjb
คำอธิบาย Skips the Google redirect pages and takes you straight there
ขนาดไฟล์ 3.39 KB
จำนวนการติดตั้ง 102
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2016-12-03
วันที่เผยแพร่ 2016-12-03
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา robert
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Skip Google Redirect",
    "manifest_version": 2,
    "version": "1.0.0",
    "description": "Skips the Google redirect pages and takes you straight there",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.google.com\/url*"
    ]
}