Rdirect Plugin

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

Cos'è Rdirect Plugin?

Rdirect Plugin è un'estensione di Chrome sviluppata da royleekiat, e la sua funzione principale è "Redirect to any page with a double-click of the mouse".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Rdirect Plugin

Scarica i file di estensione Rdirect Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Rdirect Plugin Rdirect Plugin
ID dmpholkcpnngbjoacanififjdleamgop
URL Ufficiale https://chrome.google.com/webstore/detail/rdirect-plugin/dmpholkcpnngbjoacanififjdleamgop
Descrizione Redirect to any page with a double-click of the mouse
Dimensione del File 6.81 KB
Conteggio Installazioni 36
Versione Corrente 1.0
Ultimo Aggiornamento 2015-11-20
Data di Pubblicazione 2015-11-20
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore royleekiat
Tipo di Pagamento free
Sito Web dell'Estensione http://royleekiat.wordpress.com/
URL della Pagina di Aiuto https://github.com/royleekiat
Lingue Supportate 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"
    ]
}