URL Auto Redirector
Make browsing quicker and simpler by redirecting URLs to skip referral/AD pages and adapt mobile pages gracefully.
URL Auto Redirector क्या है?
URL Auto Redirector crispgm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make browsing quicker and simpler by redirecting URLs to skip referral/AD pages and adapt mobile pages gracefully."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में URL Auto Redirector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
URL Auto Redirector redirects URLs automatically with Regular Expression presets. It enables you to skip referral/AD pages, trim query strings and adapt mobile pages gracefully, which is time-saving, helps to be more productive and improves web browsing experiences. We have several built-in rules as default. URL Auto Redirector opens up infinite possibilities of redirections, you might create your own powerful rules in the option page. We are very appreciated if you want to contribute awesome rules of URL Auto Redirector. Contribute on: https://github.com/URLAutoRedirector/awesome-rules
एक्सटेंशन की मूल जानकारी
नाम | URL Auto Redirector |
ID | mckfcfnegaimgcgepikhdnajpkkhdnkn |
आधिकारिक URL | https://chromewebstore.google.com/detail/url-auto-redirector/mckfcfnegaimgcgepikhdnajpkkhdnkn |
विवरण | Make browsing quicker and simpler by redirecting URLs to skip referral/AD pages and adapt mobile pages gracefully. |
फ़ाइल का आकार | 66.36 KB |
स्थापना संख्या | 3,130 |
वर्तमान संस्करण | 1.18.0 |
अंतिम अपडेट | 2022-12-09 |
प्रकाशन तिथि | 2020-03-19 |
रेटिंग | 3.77/5 कुल 30 रेटिंग्स |
डेवलपर | crispgm |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://urlautoredirector.github.io/ |
सहायता पृष्ठ URL | https://github.com/URLAutoRedirector/URLAutoRedirector/issues |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Auto Redirector", "short_name": "URLAutoRedirector", "version": "1.18.0", "description": "__MSG_ext_description__", "author": "David Zhang", "homepage_url": "https:\/\/urlautoredirector.github.io\/", "options_page": "options.html", "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "32": "images\/icon-32.png" }, "permissions": [ "notifications", "storage", "tabs" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "background": { "service_worker": "background.js" }, "default_locale": "en", "manifest_version": 3 } |