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是由https://sanjibsen.com開發的Chrome擴展程式,該擴展的主要功能是“Opens the Video seperately in the same tab instead of being embedded in the page, just like it was before the update.”。

擴展截圖

screenshot

下載Return Standalone Youtube Video Page擴展crx文件

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