URL Redirector

Redirect url by pattern to any place you want.

Qu'est-ce que URL Redirector ?

URL Redirector est une extension Chrome développée par Bluz, et sa fonction principale est "Redirect url by pattern to any place you want.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension URL Redirector

Téléchargez les fichiers d'extension URL Redirector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension help you to:
- Redirect from an URL to another URL.
- Redirect from an URL to a file on your local machine.
- Set password to protect your setting from other change.
- Play some trick ( just do it :)                    

Informations de Base sur l'Extension

Nom URL Redirector URL Redirector
ID kpdinddojclpdndplpblgckkfepjplie
URL Officiel https://chromewebstore.google.com/detail/url-redirector/kpdinddojclpdndplpblgckkfepjplie
Description Redirect url by pattern to any place you want.
Taille du Fichier 245 KB
Nombre d'Installations 3,463
Version Actuelle 1.0
Dernière Mise à Jour 2014-01-23
Date de Publication 2014-01-23
Évaluation 4.35/5 Total 37 Évaluations
Développeur Bluz
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Redirector",
    "description": "Redirect url by pattern to any place you want.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/*\/*",
        "storage",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "mart.png",
        "default_title": "URL Redirector",
        "default_popup": "index.html"
    },
    "options_page": "option.html"
}