Redirect Youtube Video to Embed Page

Automatically redirects video pages to their embed equivalent.

什么是Redirect Youtube Video to Embed Page?

Redirect Youtube Video to Embed Page是由rhnvrm开发的Chrome扩展程序,该扩展的主要功能是“Automatically redirects video pages to their embed equivalent.”。

扩展截图

screenshot

下载Redirect Youtube Video to Embed Page扩展crx文件

下载Redirect Youtube Video to Embed Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Automatically redirects video pages to their embed equivalent.


This extension redirects youtube video pages to their respective embed link. It can be used to minimize distractions. Also you can watch youtube videos in the background in firefox mobile without having to manually open the page.                    

扩展基本信息

名称 Redirect Youtube Video to Embed Page Redirect Youtube Video to Embed Page
ID hgfpekconaphbedblngiilgojgjhodpp
官方URL https://chromewebstore.google.com/detail/redirect-youtube-video-to/hgfpekconaphbedblngiilgojgjhodpp
简介 Automatically redirects video pages to their embed equivalent.
文件大小 20.57 KB
安装次数 111
当前版本 0.1.0
更新时间 2023-01-18
上架时间 2019-11-19
评分 2.33/5 共3次评分
开发者 rhnvrm
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.1.0",
    "name": "Redirect Youtube Video to Embed Page",
    "description": "Automatically redirects video pages to their embed equivalent.",
    "short_name": "yt2embed",
    "author": "Rohan Verma",
    "homepage_url": "https:\/\/github.com\/rhnvrm\/yt2embed",
    "icons": {
        "48": "assets\/icon_48.png",
        "256": "assets\/icon_256.png"
    },
    "host_permissions": [
        "*:\/\/youtube.com\/watch*",
        "*:\/\/www.youtube.com\/watch*",
        "*:\/\/youtube.com\/shorts*",
        "*:\/\/www.youtube.com\/shorts*"
    ],
    "permissions": [
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "yt2embed_rules",
                "name": "yt2embed_rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}