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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον crispgm, και η κύρια λειτουργία του είναι "Make browsing quicker and simpler by redirecting URLs to skip referral/AD pages and adapt mobile pages gracefully.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης URL Auto Redirector

Λήψη αρχείων επέκτασης URL Auto Redirector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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
}