Undirect
Removes link tracking and redirection from facebook results
Undirect क्या है?
Undirect xwipeoutx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes link tracking and redirection from facebook results"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Undirect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
UPDATE: Removed Google support as they changed their tracking to no longer use redirects - thus making this extension pointless for it. see https://github.com/xwipeoutx/undirect/issues/13 for more info. Have you ever tried to copy a url from Facebook search and got a massive redirect url instead? Do you want them to know exactly what search results you're clicking? Have you seen your browser stuck at a redirect page, instead of going straight where you want to? Undirect can fix these things! Links on Facebook search results will no longer do any redirecting - go straight to the site you want, first time! Supports both HTTP and HTTPS. View the project page on GitHub: https://github.com/xwipeoutx/undirect
एक्सटेंशन की मूल जानकारी
नाम | Undirect |
ID | dohbiijnjeiejifbgfdhfknogknkglio |
आधिकारिक URL | https://chromewebstore.google.com/detail/undirect/dohbiijnjeiejifbgfdhfknogknkglio |
विवरण | Removes link tracking and redirection from facebook results |
फ़ाइल का आकार | 15.96 KB |
स्थापना संख्या | 2,359 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2018-12-04 |
प्रकाशन तिथि | 2018-12-04 |
रेटिंग | 4.33/5 कुल 70 रेटिंग्स |
डेवलपर | xwipeoutx |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/xwipeoutx/undirect |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Undirect", "version": "2.0.0", "author": "Steve Leigh", "homepage_url": "https:\/\/github.com\/xwipeoutx\/undirect", "description": "Removes link tracking and redirection from facebook results", "icons": { "16": "undirect16.png", "48": "undirect48.png", "128": "undirect128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "undirect.js" ] } ] } |