Rdirect Plugin
Redirect to any page with a double-click of the mouse
Qu'est-ce que Rdirect Plugin ?
Rdirect Plugin est une extension Chrome développée par royleekiat, et sa fonction principale est "Redirect to any page with a double-click of the mouse".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rdirect Plugin
Téléchargez les fichiers d'extension Rdirect Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 :)*
Informations de Base sur l'Extension
Nom | |
ID | dmpholkcpnngbjoacanififjdleamgop |
URL Officiel | https://chrome.google.com/webstore/detail/rdirect-plugin/dmpholkcpnngbjoacanififjdleamgop |
Description | Redirect to any page with a double-click of the mouse |
Taille du Fichier | 6.81 KB |
Nombre d'Installations | 36 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-11-20 |
Date de Publication | 2015-11-20 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | royleekiat |
Type de Paiement | free |
Site Web de l'Extension | http://royleekiat.wordpress.com/ |
URL de la Page d'Aide | https://github.com/royleekiat |
Langues Prises en Charge | 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" ] } |