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