Redirect Google Redirects

Redirect requests to google.com/url directly

Redirect Google Redirects क्या है?

Redirect Google Redirects graeme phillips द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect requests to google.com/url directly"।

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

crx प्रारूप में Redirect Google Redirects एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension registers a webRequest listener to intercept requests made to google.com/url and redirect the request to the actual URL directly instead of through Google. This does not replace the URLs in links.                    

एक्सटेंशन की मूल जानकारी

नाम Redirect Google Redirects Redirect Google Redirects
ID nlacgjiklmjjejlgoclnjhndjaiempdo
आधिकारिक URL https://chromewebstore.google.com/detail/redirect-google-redirects/nlacgjiklmjjejlgoclnjhndjaiempdo
विवरण Redirect requests to google.com/url directly
फ़ाइल का आकार 6.85 KB
स्थापना संख्या 1,281
वर्तमान संस्करण 1
अंतिम अपडेट 2015-03-15
प्रकाशन तिथि 2015-03-14
रेटिंग 4.30/5 कुल 20 रेटिंग्स
डेवलपर graeme phillips
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://github.com/graemephi/imgur-uploader/wiki
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Redirect Google Redirects",
    "description": "Redirect requests to google.com\/url directly",
    "author": "graeme phillips",
    "version": "1",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.google.com\/url*"
    ],
    "background": {
        "scripts": [
            "js\/main.js"
        ]
    }
}