Outgoing Link Cleaner
Removes redirect URL's in Google, Facebook, and Reddit
Outgoing Link Cleaner क्या है?
Outgoing Link Cleaner Mark Tai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes redirect URL's in Google, Facebook, and Reddit"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Outgoing Link Cleaner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Removes redirect URL's in Google, Facebook, and Reddit. No longer do you copy a link on Google or Facebook and have a weird redirect link instead of the URL to the website you found.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | giialbcnpmopmhgkpddkbjlkgenfmfhd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/outgoing-link-cleaner/giialbcnpmopmhgkpddkbjlkgenfmfhd |
विवरण | Removes redirect URL's in Google, Facebook, and Reddit |
फ़ाइल का आकार | 57.42 KB |
स्थापना संख्या | 138 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2016-09-04 |
प्रकाशन तिथि | 2016-09-04 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Mark Tai |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Outgoing Link Cleaner", "version": "1.0.2", "description": "Removes redirect URL's in Google, Facebook, and Reddit", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/*", "*:\/\/www.facebook.com\/*", "*:\/\/www.reddit.com\/*" ], "js": [ "jquery-3.1.0.min.js", "link_cleaner.js" ] } ], "permissions": [ "*:\/\/www.google.com\/*", "*:\/\/www.facebook.com\/*", "*:\/\/www.reddit.com\/*" ], "short_name": "Link Cleaner" } |