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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย remo.n.bajwa และคุณลักษณะหลักของมันคือ "Watch YouTube Shorts in full screen view. Pin it to your tool bar for easy access."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Classic View for YouTube Shorts

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}