NoDetour
Changes links passed through redirection scripts to point straight to the final URL.
NoDetour क्या है?
NoDetour Patrick H. Lauke द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes links passed through redirection scripts to point straight to the final URL."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NoDetour एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Changes links passed through redirection scripts (e.g. /cgi-bin/redirect.cgi?url=http://foo.com - often used for tracking click-throughs or forcing visitors through an intermediate adverts page) to point straight to the final URL. Based on my "link neutraliser" bookmarklet http://www.splintered.co.uk/experiments/48/
एक्सटेंशन की मूल जानकारी
नाम | NoDetour |
ID | eghdfpkmigckncdkleddhgflbbacimmc |
आधिकारिक URL | https://chromewebstore.google.com/detail/nodetour/eghdfpkmigckncdkleddhgflbbacimmc |
विवरण | Changes links passed through redirection scripts to point straight to the final URL. |
फ़ाइल का आकार | 125 KB |
स्थापना संख्या | 583 |
वर्तमान संस्करण | 5.0 |
अंतिम अपडेट | 2022-08-03 |
प्रकाशन तिथि | 2013-08-02 |
रेटिंग | 3.71/5 कुल 7 रेटिंग्स |
डेवलपर | Patrick H. Lauke |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.splintered.co.uk |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NoDetour", "action": [], "manifest_version": 3, "version": "5.0", "description": "Changes links passed through redirection scripts to point straight to the final URL.", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "homepage_url": "https:\/\/www.splintered.co.uk", "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |