Shorts to Normal player
Redirects youtube shorts to Normal Player
Wat is Shorts to Normal player?
Shorts to Normal player is een Chrome-extensie ontwikkeld door https://nemiruku.com, en de belangrijkste functie is "Redirects youtube shorts to Normal Player".
Extensie Screenshots
Download het CRX-bestand van de extensie Shorts to Normal player
Download Shorts to Normal player-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
Display YouTube short videos as normal videos.
When you access to the short video, Change the URL like this.
~.com/shorts/●●
↓
~.com/watch?v=●● Basisinformatie over de Extensie
| Naam | |
| ID | cmhmepchidgajcngdkpdchbdboheihgi |
| Officiële URL | https://chromewebstore.google.com/detail/shorts-to-normal-player/cmhmepchidgajcngdkpdchbdboheihgi |
| Beschrijving | Redirects youtube shorts to Normal Player |
| Bestandsgrootte | 13.34 KB |
| Aantal Installaties | 6,402 |
| Huidige Versie | 1.0.3 |
| Laatst Bijgewerkt | 2023-09-29 |
| Publicatiedatum | 2022-06-04 |
| Beoordeling | 4.87/5 Totaal 38 Beoordelingen |
| Ontwikkelaar | https://nemiruku.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://nemiruku.com/soft/sty.html |
| Help Pagina-URL | https://nemiruku.com/info/mail.html |
| URL van de Privacybeleid Pagina | https://nemiruku.com/soft/readme.html |
| Ondersteunde Talen | 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"
} | |