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開發的Chrome擴展程式,該擴展的主要功能是“Switch between Youtube and Invidious with a keyboard shortcut (Cmd+Shift+Y on Mac, Ctrl+Shift+Y on Windows).”。

擴展截圖

screenshot
screenshot

下載Youtube to Invidious Switcher擴展crx文件

下載Youtube to Invidious Switcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    }
}