URL Redirector

Redirect url by pattern to any place you want.

Apa itu URL Redirector?

URL Redirector adalah ekstensi Chrome yang dikembangkan oleh Bluz, dan fitur utamanya adalah "Redirect url by pattern to any place you want.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi URL Redirector

Unduh file ekstensi URL Redirector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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 :)                    

Informasi Dasar Ekstensi

Nama URL Redirector URL Redirector
ID kpdinddojclpdndplpblgckkfepjplie
URL Resmi https://chromewebstore.google.com/detail/url-redirector/kpdinddojclpdndplpblgckkfepjplie
Deskripsi Redirect url by pattern to any place you want.
Ukuran File 245 KB
Jumlah Instalasi 3,463
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-01-23
Tanggal Publikasi 2014-01-23
Penilaian 4.35/5 Total 37 Penilaian
Pengembang Bluz
Tipe Pembayaran free
Bahasa yang Didukung 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"
}