Rdirect Plugin

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

Co to jest Rdirect Plugin?

Rdirect Plugin to rozszerzenie Chrome opracowane przez royleekiat, a jego główną funkcją jest „Redirect to any page with a double-click of the mouse”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Rdirect Plugin

Pobierz pliki rozszerzeń Rdirect Plugin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Rdirect Plugin Rdirect Plugin
ID dmpholkcpnngbjoacanififjdleamgop
Oficjalny URL https://chrome.google.com/webstore/detail/rdirect-plugin/dmpholkcpnngbjoacanififjdleamgop
Opis Redirect to any page with a double-click of the mouse
Rozmiar pliku 6.81 KB
Liczba instalacji 36
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-11-20
Data Publikacji 2015-11-20
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper royleekiat
Typ Płatności free
Strona Rozszerzenia http://royleekiat.wordpress.com/
Adres URL Strony Pomocy https://github.com/royleekiat
Obsługiwane Języki 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"
    ]
}