Classic View for YouTube Shorts

Watch YouTube Shorts in full screen view. Pin it to your tool bar for easy access.

什麼是Classic View for YouTube Shorts?

Classic View for YouTube Shorts是由remo.n.bajwa開發的Chrome擴展程式,該擴展的主要功能是“Watch YouTube Shorts in full screen view. Pin it to your tool bar for easy access.”。

擴展截圖

screenshot
screenshot
screenshot

下載Classic View for YouTube Shorts擴展crx文件

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

擴展使用說明

                        Watch YouTube Shorts in full-screen, normal view on Desktop. Pin it to your toolbar for easy access.

Just click the icon to watch YouTube Shorts in Normal view.

NEW UPDATE: Now automatically go to the normal, classic view!
Make sure to turn it on in the Extension Options. To open Extension Options, click on Details in your Extensions page (chrome://extensions/)

Version 1.4: Bug Fix for Auto Forwarding

Open source at: https://github.com/remosingh/Classic-View-for-YouTube-Shorts

If you have ideas about useful extensions, feel free to contact me here for a discussion: https://www.remosingh.ca/contact.

If you liked this tool, please consider Buying me a Coffee: https://www.buymeacoffee.com/remosingh

It will help me spend more time making useful tools like this for everyone on the internet!

Note: Extensions can be deployed internally at your organization as well. It does not need to be published online.                    

擴展基本資訊

名稱 Classic View for YouTube Shorts Classic View for YouTube Shorts
ID pkhfefblbkippckhpkjmedbojmkbphig
官方網址 https://chrome.google.com/webstore/detail/classic-view-for-youtube/pkhfefblbkippckhpkjmedbojmkbphig
簡介 Watch YouTube Shorts in full screen view. Pin it to your tool bar for easy access.
檔案大小 12.53 KB
安裝次數 102
目前版本 1.4
更新時間 2022-12-25
上架時間 2022-08-22
評分 5.00/5 共 2 次評分
開發者 remo.n.bajwa
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://www.remosingh.ca/contact
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Classic View for YouTube Shorts",
    "description": "Watch YouTube Shorts in full screen view. Pin it to your tool bar for easy access.",
    "version": "1.4",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "background.js"
    }
}