Rdirect Plugin

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

O que é Rdirect Plugin?

Rdirect Plugin é uma extensão do Chrome desenvolvida por royleekiat, e sua principal característica é "Redirect to any page with a double-click of the mouse".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Rdirect Plugin

Baixe arquivos de extensão Rdirect Plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Rdirect Plugin Rdirect Plugin
ID dmpholkcpnngbjoacanififjdleamgop
URL Oficial https://chrome.google.com/webstore/detail/rdirect-plugin/dmpholkcpnngbjoacanififjdleamgop
Descrição Redirect to any page with a double-click of the mouse
Tamanho do Arquivo 6.81 KB
Contagem de Instalações 36
Versão Atual 1.0
Última Atualização 2015-11-20
Data de Publicação 2015-11-20
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor royleekiat
Tipo de Pagamento free
Site da Extensão http://royleekiat.wordpress.com/
URL da Página de Ajuda https://github.com/royleekiat
Idiomas Suportados 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"
    ]
}