Rdirect Plugin

Redirect to any page with a double-click of the mouse

Apa itu Rdirect Plugin?

Rdirect Plugin adalah ekstensi Chrome yang dikembangkan oleh royleekiat, dan fitur utamanya adalah "Redirect to any page with a double-click of the mouse".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Rdirect Plugin

Unduh file ekstensi Rdirect Plugin 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

                        Parental supervision? Boss checking up on you? Fear not! With Rdirect, you may now browse any page, watch any video, and simply double click on any part of the pagebody to redirect to a desired page, which you can set in the options of the Rdirect extension. What are you waiting for?

*Best used with vpn and incognito mode :)*                    

Informasi Dasar Ekstensi

Nama Rdirect Plugin Rdirect Plugin
ID dmpholkcpnngbjoacanififjdleamgop
URL Resmi https://chrome.google.com/webstore/detail/rdirect-plugin/dmpholkcpnngbjoacanififjdleamgop
Deskripsi Redirect to any page with a double-click of the mouse
Ukuran File 6.81 KB
Jumlah Instalasi 36
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-11-20
Tanggal Publikasi 2015-11-20
Penilaian 5.00/5 Total 4 Penilaian
Pengembang royleekiat
Tipe Pembayaran free
Situs Ekstensi http://royleekiat.wordpress.com/
URL Halaman Bantuan https://github.com/royleekiat
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rdirect Plugin",
    "description": "Redirect to any page with a double-click of the mouse",
    "version": "1.0",
    "options_page": "options.html",
    "short_name": "Rdirect",
    "homepage_url": "http:\/\/royleekiat.wordpress.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "Rdirect.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}