Skip Google Redirect

Skips the Google redirect pages and takes you straight there

Skip Google Redirect क्या है?

Skip Google Redirect robert द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Skips the Google redirect pages and takes you straight there"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Skip Google Redirect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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*"
    ]
}