Redirect Youtube Video to Embed Page

Automatically redirects video pages to their embed equivalent.

Cos'è Redirect Youtube Video to Embed Page?

Redirect Youtube Video to Embed Page è un'estensione di Chrome sviluppata da rhnvrm, e la sua funzione principale è "Automatically redirects video pages to their embed equivalent.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Redirect Youtube Video to Embed Page

Scarica i file di estensione Redirect Youtube Video to Embed Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Redirect Youtube Video to Embed Page Redirect Youtube Video to Embed Page
ID hgfpekconaphbedblngiilgojgjhodpp
URL Ufficiale https://chromewebstore.google.com/detail/redirect-youtube-video-to/hgfpekconaphbedblngiilgojgjhodpp
Descrizione Automatically redirects video pages to their embed equivalent.
Dimensione del File 20.57 KB
Conteggio Installazioni 111
Versione Corrente 0.1.0
Ultimo Aggiornamento 2023-01-18
Data di Pubblicazione 2019-11-19
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore rhnvrm
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            }
        ]
    }
}