Redirect Youtube Video to Embed Page

Automatically redirects video pages to their embed equivalent.

Wat is Redirect Youtube Video to Embed Page?

Redirect Youtube Video to Embed Page is een Chrome-extensie ontwikkeld door rhnvrm, en de belangrijkste functie is "Automatically redirects video pages to their embed equivalent.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Redirect Youtube Video to Embed Page

Download Redirect Youtube Video to Embed Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Redirect Youtube Video to Embed Page Redirect Youtube Video to Embed Page
ID hgfpekconaphbedblngiilgojgjhodpp
Officiële URL https://chromewebstore.google.com/detail/redirect-youtube-video-to/hgfpekconaphbedblngiilgojgjhodpp
Beschrijving Automatically redirects video pages to their embed equivalent.
Bestandsgrootte 20.57 KB
Aantal Installaties 111
Huidige Versie 0.1.0
Laatst Bijgewerkt 2023-01-18
Publicatiedatum 2019-11-19
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar rhnvrm
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            }
        ]
    }
}