Redirect Youtube Video to Embed Page
Automatically redirects video pages to their embed equivalent.
Vad är Redirect Youtube Video to Embed Page?
Redirect Youtube Video to Embed Page är en Chrome-tillägg utvecklad av rhnvrm, och dess huvudfunktion är "Automatically redirects video pages to their embed equivalent.".
Tilläggsskärmbilder
Ladda ner Redirect Youtube Video to Embed Page-förlängningens CRX-fil
Ladda ner Redirect Youtube Video to Embed Page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Redirect Youtube Video to Embed Page |
ID | hgfpekconaphbedblngiilgojgjhodpp |
Officiell webbadress | https://chromewebstore.google.com/detail/redirect-youtube-video-to/hgfpekconaphbedblngiilgojgjhodpp |
Beskrivning | Automatically redirects video pages to their embed equivalent. |
Filstorlek | 20.57 KB |
Antal Installationer | 111 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2023-01-18 |
Publiceringsdatum | 2019-11-19 |
Betyg | 2.33/5 Totalt 3 Betyg |
Utvecklare | rhnvrm |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } ] } } |