Rdirect Plugin

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

Vad är Rdirect Plugin?

Rdirect Plugin är en Chrome-tillägg utvecklad av royleekiat, och dess huvudfunktion är "Redirect to any page with a double-click of the mouse".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Rdirect Plugin-förlängningens CRX-fil

Ladda ner Rdirect Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Rdirect Plugin Rdirect Plugin
ID dmpholkcpnngbjoacanififjdleamgop
Officiell webbadress https://chrome.google.com/webstore/detail/rdirect-plugin/dmpholkcpnngbjoacanififjdleamgop
Beskrivning Redirect to any page with a double-click of the mouse
Filstorlek 6.81 KB
Antal Installationer 36
Aktuell Version 1.0
Senast Uppdaterad 2015-11-20
Publiceringsdatum 2015-11-20
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare royleekiat
Betalningssätt free
Tilläggswebbplats http://royleekiat.wordpress.com/
Hjälpsida URL https://github.com/royleekiat
Stödda Språk 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"
    ]
}