Rdirect Plugin

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

Что такое Rdirect Plugin?

Rdirect Plugin - это расширение Chrome, разработанное royleekiat, и его основная функция - "Redirect to any page with a double-click of the mouse".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Rdirect Plugin

Скачайте файлы расширений Rdirect Plugin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Rdirect Plugin Rdirect Plugin
ID dmpholkcpnngbjoacanififjdleamgop
Официальный URL https://chrome.google.com/webstore/detail/rdirect-plugin/dmpholkcpnngbjoacanififjdleamgop
Описание Redirect to any page with a double-click of the mouse
Размер файла 6.81 KB
Количество установок 36
Текущая Версия 1.0
Последнее Обновление 2015-11-20
Дата публикации 2015-11-20
Рейтинг 5.00/5 Всего 4 оценок
Разработчик royleekiat
Тип оплаты free
Официальный сайт расширения http://royleekiat.wordpress.com/
URL страницы помощи https://github.com/royleekiat
Поддерживаемые языки 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"
    ]
}