Remove Google Redirection
Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page
Remove Google Redirection क्या है?
Remove Google Redirection Ninh Pham द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remove Google Redirection एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It now only requires access to https://www.google.com.vn only. Forked from https://github.com/dangoakachan/Remove-Google-Redirection.
एक्सटेंशन की मूल जानकारी
नाम | Remove Google Redirection |
ID | efjogckeagaidmhekgdfgdlaihpondbp |
आधिकारिक URL | https://chromewebstore.google.com/detail/remove-google-redirection/efjogckeagaidmhekgdfgdlaihpondbp |
विवरण | Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page |
फ़ाइल का आकार | 16.79 KB |
स्थापना संख्या | 16 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2018-04-14 |
प्रकाशन तिथि | 2018-04-14 |
डेवलपर | Ninh Pham |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://ninh.js.org |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "__MSG_ext_name__", "version": "1.1.2", "manifest_version": 2, "description": "__MSG_ext_desc__", "author": "kodango", "content_scripts": [ { "all_frames": true, "js": [ "\/remove-google-redirection.user.js" ], "matches": [ "https:\/\/www.google.com.vn\/*" ], "run_at": "document_end" } ], "icons": { "16": "\/img\/icon-16.png", "32": "\/img\/icon-32.png", "48": "\/img\/icon-48.png", "64": "\/img\/icon-64.png", "128": "\/img\/icon-128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |