Shorts to Normal player
Redirects youtube shorts to Normal Player
What is Shorts to Normal player?
Shorts to Normal player is a Chrome extension developed by https://nemiruku.com, and its main feature is "Redirects youtube shorts to Normal Player".
Extension Screenshots
Download Shorts to Normal player Extension CRX File
Download Shorts to Normal player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Display YouTube short videos as normal videos. When you access to the short video, Change the URL like this. ~.com/shorts/●● ↓ ~.com/watch?v=●●
Extension Basic Information
Name | Shorts to Normal player |
ID | cmhmepchidgajcngdkpdchbdboheihgi |
Official URL | https://chromewebstore.google.com/detail/shorts-to-normal-player/cmhmepchidgajcngdkpdchbdboheihgi |
Description | Redirects youtube shorts to Normal Player |
File Size | 13.34 KB |
Installation Count | 6,402 |
Current Version | 1.0.3 |
Last Updated | 2023-09-29 |
Publish Date | 2022-06-04 |
Rating | 4.87/5 Total 38 Ratings |
Developer | https://nemiruku.com |
[email protected] | |
Payment Type | free |
Extension Website | https://nemiruku.com/soft/sty.html |
Help Page URL | https://nemiruku.com/info/mail.html |
Privacy Policy Page URL | https://nemiruku.com/soft/readme.html |
Supported Languages | ms,de,en,fil,fr,vi,tr,ca,es,it,hu,sk,cs,ru,iw,th,ja,ko |
manifest.json | |
{ "content_scripts": [ { "js": [ "main.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_description__", "host_permissions": [ "*:\/\/www.youtube.com\/shorts\/*" ], "icons": { "128": "128.png" }, "manifest_version": 3, "name": "Shorts to Normal player", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3" } |