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によって開発されたChromeの拡張機能で、その主な機能は「Make browsing quicker and simpler by redirecting URLs to skip referral/AD pages and adapt mobile pages gracefully.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

URL Auto Redirector拡張機能のCRXファイルをダウンロード

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
Eメール [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
}