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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/"
    ]
}