Redirect Shorts
Redirects youtube shorts to the normal player
Hvad er Redirect Shorts?
Redirect Shorts er en Chrome-udvidelse udviklet af manas.bejj, og dens hovedfunktion er "Redirects youtube shorts to the normal player".
Udvidelsesskærmbilleder
Download Redirect Shorts-udvidelses-CRX-fil
Download Redirect Shorts-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension replaces the "/shorts/" from the url with "watch?v=" to play your shorts video on the normal player which is more user friendly on a computer.
Grundlæggende oplysninger om udvidelsen
Navn | Redirect Shorts |
ID | lncinpfgcgmphkebnbfpogkgiaadphpi |
Officiel URL | https://chromewebstore.google.com/detail/redirect-shorts/lncinpfgcgmphkebnbfpogkgiaadphpi |
Beskrivelse | Redirects youtube shorts to the normal player |
Filstørrelse | 32.03 KB |
Antal Installationer | 2,945 |
Nuværende Version | 1.0 |
Senest Opdateret | 2022-03-03 |
Udgivelsesdato | 2022-03-03 |
Bedømmelse | 4.32/5 Samlet 28 Bedømmelser |
Udvikler | manas.bejj |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redirect Shorts", "version": "1.0", "manifest_version": 3, "description": "Redirects youtube shorts to the normal player", "icons": { "16": "16.png", "48": "48.png", "128": "128.png", "256": "256.png" }, "host_permissions": [ "*:\/\/www.youtube.com\/shorts\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "yt.js" ], "run_at": "document_start" } ] } |