Redirect Youtube Video to Embed Page

Automatically redirects video pages to their embed equivalent.

Redirect Youtube Video to Embed Page là gì?

Redirect Youtube Video to Embed Page là một tiện ích mở rộng Chrome được phát triển bởi rhnvrm, và tính năng chính của nó là "Automatically redirects video pages to their embed equivalent.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Redirect Youtube Video to Embed Page

Tải xuống các tệp mở rộng Redirect Youtube Video to Embed Page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Redirect Youtube Video to Embed Page Redirect Youtube Video to Embed Page
ID hgfpekconaphbedblngiilgojgjhodpp
URL Chính Thức https://chromewebstore.google.com/detail/redirect-youtube-video-to/hgfpekconaphbedblngiilgojgjhodpp
Mô tả Automatically redirects video pages to their embed equivalent.
Kích Thước Tệp 20.57 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2023-01-18
Ngày Phát Hành 2019-11-19
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển rhnvrm
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        ]
    }
}