Vivaldi Redirect

Redirect URLs to support Vivaldi Browser

Vivaldi Redirect क्या है?

Vivaldi Redirect sirfredrick द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect URLs to support Vivaldi Browser"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Vivaldi Redirect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Vivaldi Redirect Vivaldi Redirect
ID kpaefdmmdcioicgjfpbmlaokcnidljdf
आधिकारिक URL https://chromewebstore.google.com/detail/vivaldi-redirect/kpaefdmmdcioicgjfpbmlaokcnidljdf
विवरण Redirect URLs to support Vivaldi Browser
फ़ाइल का आकार 77.76 KB
स्थापना संख्या 368
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2021-02-22
प्रकाशन तिथि 2019-08-10
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर sirfredrick
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/sirfredrick/VivaldiRedirect
सहायता पृष्ठ URL https://github.com/sirfredrick/VivaldiRedirect/issues
समर्थित भाषाएँ 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
}