Return Standalone Youtube Video Page

Opens the Video seperately in the same tab instead of being embedded in the page, just like it was before the update.

Return Standalone Youtube Video Pageคืออะไร?

Return Standalone Youtube Video Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sanjibsen.com และคุณลักษณะหลักของมันคือ "Opens the Video seperately in the same tab instead of being embedded in the page, just like it was before the update."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Return Standalone Youtube Video Page

ดาวน์โหลดไฟล์ส่วนขยาย Return Standalone Youtube Video Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ## 👏 Free and Open Source

- This extension will always be free and open sourced.
- Source Code: https://github.com/sanjib-sen/return-standalone-youtube-video-page

## 🎉 Features

- Very Tiny (> 8KB) and simple to use
- Made in Pure JavaScript (Less than 30 Lines of Code)
- Return the standalone video page
- Return the standalone playlist page
- Supports Any chromium based browser. (Support for Firefox is coming soon based on user requests)

## ✍️ Authors

- [@sanjib-sen](https://github.com/sanjib-sen) - Idea & Initial work

## 🎉 Acknowledgements

- The UI is slightly inspired by [Return YouTube Dislike](https://github.com/Anarios/return-youtube-dislike)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Return Standalone Youtube Video Page Return Standalone Youtube Video Page
ID kpeeiilndiddkdpbhdafkkgnjjlnllob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/return-standalone-youtube/kpeeiilndiddkdpbhdafkkgnjjlnllob
คำอธิบาย Opens the Video seperately in the same tab instead of being embedded in the page, just like it was before the update.
ขนาดไฟล์ 9.89 KB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2023-05-15
วันที่เผยแพร่ 2023-05-08
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://sanjibsen.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.sanjibsen.com/return-standalone-youtube-video-page
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Return Standalone Youtube Video Page",
    "description": "Opens the Video seperately in the same tab instead of being embedded in the page, just like it was before the update.",
    "version": "0.2",
    "author": "[email protected]",
    "short_name": "RYVS",
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        },
        "default_title": "Bring Back Standalone Youtube Video Page",
        "default_popup": "src\/popup.html"
    },
    "background": {
        "service_worker": "src\/scripts\/background.js"
    }
}