Rdirect Plugin

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

Was ist Rdirect Plugin?

Rdirect Plugin ist eine Chrome-Erweiterung, die von royleekiat entwickelt wurde, und ihr Hauptmerkmal ist "Redirect to any page with a double-click of the mouse".

Erweiterungsscreenshots

screenshot
screenshot

Rdirect Plugin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rdirect Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Rdirect Plugin Rdirect Plugin
ID dmpholkcpnngbjoacanififjdleamgop
Offizielle URL https://chrome.google.com/webstore/detail/rdirect-plugin/dmpholkcpnngbjoacanififjdleamgop
Beschreibung Redirect to any page with a double-click of the mouse
Dateigröße 6.81 KB
Installationsanzahl 36
Aktuelle Version 1.0
Letztes Update 2015-11-20
Veröffentlichungsdatum 2015-11-20
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler royleekiat
Zahlungsart free
Erweiterungswebsite http://royleekiat.wordpress.com/
Hilfeseite URL https://github.com/royleekiat
Unterstützte Sprachen 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"
    ]
}