Youtube to Invidious Switcher

Switch between Youtube and Invidious with a keyboard shortcut (Cmd+Shift+Y on Mac, Ctrl+Shift+Y on Windows).

Youtube to Invidious Switcher क्या है?

Youtube to Invidious Switcher Avurne Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Switch between Youtube and Invidious with a keyboard shortcut (Cmd+Shift+Y on Mac, Ctrl+Shift+Y on Windows)."।

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

screenshot
screenshot

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

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

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

                        Invidious URL Switcher

What does it do?
The Invidious URL Switcher effortlessly toggles your browsing experience between YouTube and its open-source, ad-free alternative, Invidious. With a simple keyboard shortcut (Cmd+Shift+Y on Mac, Ctrl+Shift+Y on Windows), shift from the familiar interface of YouTube to the ad-free environment of Invidious, and vice versa, making your viewing experience smoother and more enjoyable.

Why install the Invidious URL Switcher?

Ad-Free Experience: Invidious provides an ad-free viewing experience, ensuring uninterrupted video streaming. By quickly toggling to Invidious, you can enjoy this benefit instantly.
User-Friendly: No need to manually change URLs or use multiple extensions. This switcher does it all with one shortcut.
Customizable: Prefer a specific Invidious instance or a different custom domain? No problem! Customize the extension to redirect to your preferred domain.
Safety and Privacy: Open-source and transparent, the Invidious URL Switcher respects your privacy. No data is collected, ensuring peace of mind while you browse.
Enhance your YouTube experience by giving yourself the choice to switch platforms seamlessly. Install the Invidious URL Switcher today and dive into a smoother, ad-free video journey.                    

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

नाम Youtube to Invidious Switcher Youtube to Invidious Switcher
ID gebpglgiomkfhcipdikkbmmjggcnonpa
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-to-invidious-swit/gebpglgiomkfhcipdikkbmmjggcnonpa
विवरण Switch between Youtube and Invidious with a keyboard shortcut (Cmd+Shift+Y on Mac, Ctrl+Shift+Y on Windows).
फ़ाइल का आकार 21.96 KB
स्थापना संख्या 340
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-10-05
प्रकाशन तिथि 2023-10-05
रेटिंग 2.80/5 कुल 5 रेटिंग्स
डेवलपर Avurne Software
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube to Invidious Switcher",
    "version": "1.0",
    "description": "Switch between Youtube and Invidious with a keyboard shortcut (Cmd+Shift+Y on Mac, Ctrl+Shift+Y on Windows).",
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "redirect": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Toggle between YouTube and Invidious URLs"
        }
    }
}