URL Redirector
Redirect url by pattern to any place you want.
Wat is URL Redirector?
URL Redirector is een Chrome-extensie ontwikkeld door Bluz, en de belangrijkste functie is "Redirect url by pattern to any place you want.".
Extensie Screenshots
Download het CRX-bestand van de extensie URL Redirector
Download URL Redirector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension help you to: - Redirect from an URL to another URL. - Redirect from an URL to a file on your local machine. - Set password to protect your setting from other change. - Play some trick ( just do it :)
Basisinformatie over de Extensie
Naam | URL Redirector |
ID | kpdinddojclpdndplpblgckkfepjplie |
Officiële URL | https://chromewebstore.google.com/detail/url-redirector/kpdinddojclpdndplpblgckkfepjplie |
Beschrijving | Redirect url by pattern to any place you want. |
Bestandsgrootte | 245 KB |
Aantal Installaties | 3,463 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-01-23 |
Publicatiedatum | 2014-01-23 |
Beoordeling | 4.35/5 Totaal 37 Beoordelingen |
Ontwikkelaar | Bluz |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Redirector", "description": "Redirect url by pattern to any place you want.", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "*:\/\/*\/*", "storage", "webRequestBlocking" ], "browser_action": { "default_icon": "mart.png", "default_title": "URL Redirector", "default_popup": "index.html" }, "options_page": "option.html" } |