URL Redirector 加强版

Redirect url by pattern to any place you want.

Wat is URL Redirector 加强版?

URL Redirector 加强版 is een Chrome-extensie ontwikkeld door anchel.xy, en de belangrijkste functie is "Redirect url by pattern to any place you want.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie URL Redirector 加强版

Download URL Redirector 加强版-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        配置重定向规则,将请求的url通过重定向返回另外一个url的内容。                    

Basisinformatie over de Extensie

Naam URL Redirector 加强版 URL Redirector 加强版
ID jhcpkioahofdipphogaaahkmbcbphipc
Officiële URL https://chromewebstore.google.com/detail/url-redirector-%E5%8A%A0%E5%BC%BA%E7%89%88/jhcpkioahofdipphogaaahkmbcbphipc
Beschrijving Redirect url by pattern to any place you want.
Bestandsgrootte 251 KB
Aantal Installaties 102
Huidige Versie 1.3
Laatst Bijgewerkt 2014-06-30
Publicatiedatum 2014-06-30
Beoordeling 1.67/5 Totaal 3 Beoordelingen
Ontwikkelaar anchel.xy
Betalingswijze free
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Redirector \u52a0\u5f3a\u7248",
    "description": "Redirect url by pattern to any place you want.",
    "version": "1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/*\/*",
        "storage",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "mart2.png",
        "default_title": "URL Redirector",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "redirect.html"
    ],
    "options_page": "option.html"
}