Google & Youtube NCR

No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com

Google & Youtube NCRคืออะไร?

Google & Youtube NCR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Updula และคุณลักษณะหลักของมันคือ "No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google & Youtube NCR

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

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

                        Browse the US version of Google and Youtube without any extra steps to change your location.

Adding this extension will make sure you always get Georgian calendar results in Google and not Hijri/Islamic calendar.

All functionality work in Incognito mode as well, just make sure to enable it from (More Tools > Extensions  > Allow in incognito).                    

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

ชื่อ Google & Youtube NCR Google & Youtube NCR
ID nljmbnpnemoenbogmdnakjjapcmpioep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-youtube-ncr/nljmbnpnemoenbogmdnakjjapcmpioep
คำอธิบาย No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com
ขนาดไฟล์ 14.11 KB
จำนวนการติดตั้ง 3,243
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2017-12-02
วันที่เผยแพร่ 2017-12-02
คะแนน 4.55/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา Updula
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/updula
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google & Youtube NCR",
    "description": "No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com",
    "version": "1.0.4",
    "manifest_version": 2,
    "incognito": "split",
    "homepage_url": "https:\/\/twitter.com\/updula",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.google.com\/",
        "*:\/\/www.google.com\/search?*",
        "*:\/\/www.google.com\/webhp*",
        "*:\/\/www.google.com\/imghp*",
        "*:\/\/www.google.com.sa\/",
        "*:\/\/www.youtube.com\/"
    ]
}