Rdirect Plugin

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

Wat is Rdirect Plugin?

Rdirect Plugin is een Chrome-extensie ontwikkeld door royleekiat, en de belangrijkste functie is "Redirect to any page with a double-click of the mouse".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Rdirect Plugin

Download Rdirect Plugin-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

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

Basisinformatie over de Extensie

Naam Rdirect Plugin Rdirect Plugin
ID dmpholkcpnngbjoacanififjdleamgop
Officiële URL https://chrome.google.com/webstore/detail/rdirect-plugin/dmpholkcpnngbjoacanififjdleamgop
Beschrijving Redirect to any page with a double-click of the mouse
Bestandsgrootte 6.81 KB
Aantal Installaties 36
Huidige Versie 1.0
Laatst Bijgewerkt 2015-11-20
Publicatiedatum 2015-11-20
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar royleekiat
Betalingswijze free
Extensiewebsite http://royleekiat.wordpress.com/
Help Pagina-URL https://github.com/royleekiat
Ondersteunde Talen 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"
    ]
}