Rdirect Plugin
Redirect to any page with a double-click of the mouse
Hvad er Rdirect Plugin?
Rdirect Plugin er en Chrome-udvidelse udviklet af royleekiat, og dens hovedfunktion er "Redirect to any page with a double-click of the mouse".
Udvidelsesskærmbilleder
Download Rdirect Plugin-udvidelses-CRX-fil
Download Rdirect Plugin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | dmpholkcpnngbjoacanififjdleamgop |
Officiel URL | https://chrome.google.com/webstore/detail/rdirect-plugin/dmpholkcpnngbjoacanififjdleamgop |
Beskrivelse | Redirect to any page with a double-click of the mouse |
Filstørrelse | 6.81 KB |
Antal Installationer | 36 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-11-20 |
Udgivelsesdato | 2015-11-20 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | royleekiat |
Betalingsmetode | free |
Udvidelseswebsted | http://royleekiat.wordpress.com/ |
Hjælpeside-URL | https://github.com/royleekiat |
Understøttede Sprog | 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" ] } |