Video in New tab
Opens video in video tag in new window (using source code)
What is Video in New tab?
Video in New tab is a Chrome extension developed by stekrt18, and its main feature is "Opens video in video tag in new window (using source code)".
Extension Screenshots
Download Video in New tab Extension CRX File
Download Video in New tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
In easy way this extension just open video on page for you. This Extensions finds on page tag
Extension Basic Information
Name | Video in New tab |
ID | pepneadhjijadimnhbcnojpajlfkefkd |
Official URL | https://chromewebstore.google.com/detail/video-in-new-tab/pepneadhjijadimnhbcnojpajlfkefkd |
Description | Opens video in video tag in new window (using source code) |
File Size | 3.39 KB |
Installation Count | 251 |
Current Version | 1.5.1 |
Last Updated | 2022-01-08 |
Publish Date | 2022-01-07 |
Rating | 2.33/5 Total 3 Ratings |
Developer | stekrt18 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |