Vivaldi Redirect
Redirect URLs to support Vivaldi Browser
Was ist Vivaldi Redirect?
Vivaldi Redirect ist eine Chrome-Erweiterung, die von sirfredrick entwickelt wurde, und ihr Hauptmerkmal ist "Redirect URLs to support Vivaldi Browser".
Erweiterungsscreenshots
Vivaldi Redirect-Erweiterungs-CRX-Datei herunterladen
Laden Sie Vivaldi Redirect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | kpaefdmmdcioicgjfpbmlaokcnidljdf |
Offizielle URL | https://chromewebstore.google.com/detail/vivaldi-redirect/kpaefdmmdcioicgjfpbmlaokcnidljdf |
Beschreibung | Redirect URLs to support Vivaldi Browser |
Dateigröße | 77.76 KB |
Installationsanzahl | 368 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2021-02-22 |
Veröffentlichungsdatum | 2019-08-10 |
Bewertung | 3.50/5 Insgesamt 2 Bewertungen |
Entwickler | sirfredrick |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/sirfredrick/VivaldiRedirect |
Hilfeseite URL | https://github.com/sirfredrick/VivaldiRedirect/issues |
Unterstützte Sprachen | 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 } |