Vivaldi Redirect
Redirect URLs to support Vivaldi Browser
Wat is Vivaldi Redirect?
Vivaldi Redirect is een Chrome-extensie ontwikkeld door sirfredrick, en de belangrijkste functie is "Redirect URLs to support Vivaldi Browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Vivaldi Redirect
Download Vivaldi Redirect-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 automatically redirects searches made to sites like ebay.com, and amazon.com to a URL that supports Vivaldi browser. All URLs used for this extension can be found in the default bookmarks that ship with Vivaldi Browser. You can select which URLs you want to redirect as well as refresh the page. The UI is based on Material Design so it fits with both Vivaldi's UI and Chrome's default UI. This project is licensed under the Apache 2.0 License. It's Github page can be found at https://github.com/sirfredrick/VivaldiRedirect
Basisinformatie over de Extensie
Naam | |
ID | kpaefdmmdcioicgjfpbmlaokcnidljdf |
Officiële URL | https://chromewebstore.google.com/detail/vivaldi-redirect/kpaefdmmdcioicgjfpbmlaokcnidljdf |
Beschrijving | Redirect URLs to support Vivaldi Browser |
Bestandsgrootte | 77.76 KB |
Aantal Installaties | 368 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2021-02-22 |
Publicatiedatum | 2019-08-10 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | sirfredrick |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/sirfredrick/VivaldiRedirect |
Help Pagina-URL | https://github.com/sirfredrick/VivaldiRedirect/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vivaldi Redirect", "version": "2.0.0", "description": "Redirect URLs to support Vivaldi Browser", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "background", "webRequest", "https:\/\/*.vivaldi.com\/bk\/*", "https:\/\/*.booking.com\/*", "https:\/\/*.ebay.com\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.aliexpress.com\/*", "https:\/\/*.homedepot.com\/*", "https:\/\/*.target.com\/*", "https:\/\/*.airbnb.com\/*", "https:\/\/*.instacart.com\/*", "https:\/\/*.walmart.com\/*", "https:\/\/*.macys.com\/*", "https:\/\/*.overstock.com\/*", "https:\/\/*.rakuten.com\/*", "https:\/\/*.expedia.com\/*", "https:\/\/*.hulu.com\/*", "https:\/\/*.morrisons.com\/*", "https:\/\/*.agoda.com\/*" ], "manifest_version": 2 } |