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

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

                        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*"
    ]
}