Video in New tab

Opens video in video tag in new window (using source code)

什么是Video in New tab?

Video in New tab是由stekrt18开发的Chrome扩展程序,该扩展的主要功能是“Opens video in video tag in new window (using source code)”。

扩展截图

screenshot
screenshot

下载Video in New tab扩展crx文件

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

扩展使用说明

                        In easy way this extension just open video on page for you.

This Extensions finds on page tag 

扩展基本信息

名称 Video in New tab Video in New tab
ID pepneadhjijadimnhbcnojpajlfkefkd
官方URL https://chromewebstore.google.com/detail/video-in-new-tab/pepneadhjijadimnhbcnojpajlfkefkd
简介 Opens video in video tag in new window (using source code)
文件大小 3.39 KB
安装次数 251
当前版本 1.5.1
更新时间 2022-01-08
上架时间 2022-01-07
评分 2.33/5 共3次评分
开发者 stekrt18
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Video in New tab",
    "version": "1.5.1",
    "description": "Opens video in video tag in new window (using source code)",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/prehraj.to\/*",
                "https:\/\/prehrajto.cz\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}